summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ospf6d/kroute.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* IF_IFACE_AVAIL is never used/checked, wipe it.denis2020-05-171-3/+1
* When IMSG_IFADD is removed, IMSG_IFDELETE becomes uselessdenis2020-05-161-7/+1
* Rework route priority filter.denis2019-12-161-3/+45
* Refactor kernel route message handling.denis2019-12-121-179/+70
* Detect and remove routes in the kernel routing table with priorityremi2019-01-021-9/+22
* Add config option fib-priority to set a custom prio for routes ospf6dremi2018-12-291-10/+12
* Add support for rdomains.remi2018-07-121-5/+8
* With the "depend on" option routes are sent out with a metric of 65535 ifremi2018-07-121-8/+4
* If intra area prefixes move from one router to another router, cloning routesfriehm2018-07-101-4/+23
* Let kroute_matchgw() select the correct route before checking flags.friehm2018-07-101-3/+3
* ospf6d mostly only cares about AF_INET6 routesbenno2018-02-081-2/+2
* Kill dead assignement.jca2017-11-051-2/+1
* Import route priority support from ospfd to ospf6d.friehm2017-06-191-80/+63
* Adding multipath route support to ospf6d. Almost copied from ospfd.friehm2017-05-301-63/+130
* Replace struct rroute with struct kroute, as done in ospfdjca2016-12-271-23/+21
* Let rde and ospfe know about all IFINFO messages (eg an interface MTU change).jca2016-12-221-7/+7
* Similar to bgpd and ospfd skip broadcast (should not happen) and llinfoclaudio2015-07-171-3/+14
* Use sizeof(u_short) in the first check since there are RT messages thatclaudio2015-02-111-2/+2
* Same session_socket_blockmode() changes as done to ospfd. Also do the sameclaudio2015-02-101-2/+8
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-2/+2
* The second level of the CTL_NET sysctl is a PF_*, not an AF_*guenther2014-06-231-3/+3
* another simple %i to %d conversion for obviousnessderaadt2013-10-301-3/+3
* sync comment typos/whitespace with ospfdsthen2013-03-221-3/+4
* kroute.c rev 1.69 of ospfd for ospf6dflorian2013-01-141-3/+13
* Move common ospf6d functions for ipv6 address manipulation intobluhm2012-10-211-133/+1
* The current code in ospf6d kroute tries to read the scope of thebluhm2012-09-201-9/+18
* Instead of fiddling about the kame hack here and there, implementbluhm2012-09-191-18/+57
* Fix trailing whitespaces.bluhm2012-09-171-2/+2
* It helps to set the sdl_family so that the kernel knows what this is.claudio2011-07-071-1/+2
* Rework the distribution of link state and iface FSM state changes.claudio2011-07-071-3/+6
* Only send interface address changes to the ospfe/rde if the interfaceclaudio2011-07-071-15/+21
* Commit stuff that I added to another tree eventhough it should haveclaudio2011-07-071-3/+3
* Kill nh_reachable. Link state checking is so easy now that it does notclaudio2011-07-071-14/+10
* LINK_STATE_IS_UP() cleanup userland part. There is no need to specialclaudio2011-07-041-8/+3
* continguous -> contiguoushenning2011-03-071-2/+2
* Same fix as previously commited to ospfd. Ensure that kr_redistribute()claudio2010-10-141-5/+6
* Redistributing the default route with ospf6d did not work correctly.bluhm2010-08-221-6/+5
* Another hand knitted offsetof() that needs to die. This time steal theclaudio2010-07-141-6/+6
* Merge duplicate log messages into one log_warn().bluhm2010-07-121-14/+5
* Update the interfaces changes from kroute to rde via imsg. Thisbluhm2010-07-061-1/+4
* Fix all white space bugs in ospf6d at once. No binary change.bluhm2010-07-011-4/+4
* The prefixes of interface addresses of an ospf link have to bebluhm2010-07-011-1/+71
* If there is no next hop but an interface index, create a cloningbluhm2010-06-281-1/+22
* The "dispatch_rtmsg no nexthop" error was emitted in wrong casesbluhm2010-06-121-2/+2
* Only embed the interface scope for link local nexthops. AS-ext LSA haveclaudio2010-06-091-4/+8
* This is a total dejavu of bgpd/kroute.c 1.165. Because IPv6 fucked up andclaudio2010-02-231-28/+30
* Loopback interface don't have link local addresses so use the real IPv6claudio2009-12-231-2/+3
* Holy inconsitancy Batman! While it is impossible to use embeded scope idsclaudio2009-12-221-2/+10
* Add interface index aka. scope id to struct kroute so that the rde can passclaudio2009-12-221-11/+27
* Another AF_INET that should be an AF_INET6.claudio2009-12-211-2/+2