summaryrefslogtreecommitdiff
path: root/usr.sbin/ospf6d/kroute.c
AgeCommit message (Expand)Author
2019-12-16Rework route priority filter.denis
2019-12-12Refactor kernel route message handling.denis
2019-01-02Detect and remove routes in the kernel routing table with priorityremi
2018-12-29Add config option fib-priority to set a custom prio for routes ospf6dremi
2018-07-12Add support for rdomains.remi
2018-07-12With the "depend on" option routes are sent out with a metric of 65535 ifremi
2018-07-10If intra area prefixes move from one router to another router, cloning routesfriehm
2018-07-10Let kroute_matchgw() select the correct route before checking flags.friehm
2018-02-08ospf6d mostly only cares about AF_INET6 routesSebastian Benoit
2017-11-05Kill dead assignement.Jeremie Courreges-Anglas
2017-06-19Import route priority support from ospfd to ospf6d.friehm
2017-05-30Adding multipath route support to ospf6d. Almost copied from ospfd.friehm
2016-12-27Replace struct rroute with struct kroute, as done in ospfdJeremie Courreges-Anglas
2016-12-22Let rde and ospfe know about all IFINFO messages (eg an interface MTU change).Jeremie Courreges-Anglas
2015-07-17Similar to bgpd and ospfd skip broadcast (should not happen) and llinfoClaudio Jeker
2015-02-11Use sizeof(u_short) in the first check since there are RT messages thatClaudio Jeker
2015-02-10Same session_socket_blockmode() changes as done to ospfd. Also do the sameClaudio Jeker
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2014-06-23The second level of the CTL_NET sysctl is a PF_*, not an AF_*Philip Guenther
2013-10-30another simple %i to %d conversion for obviousnessTheo de Raadt
2013-03-22sync comment typos/whitespace with ospfdStuart Henderson
2013-01-14kroute.c rev 1.69 of ospfd for ospf6dFlorian Obser
2012-10-21Move common ospf6d functions for ipv6 address manipulation intoAlexander Bluhm
2012-09-20The current code in ospf6d kroute tries to read the scope of theAlexander Bluhm
2012-09-19Instead of fiddling about the kame hack here and there, implementAlexander Bluhm
2012-09-17Fix trailing whitespaces.Alexander Bluhm
2011-07-07It helps to set the sdl_family so that the kernel knows what this is.Claudio Jeker
2011-07-07Rework the distribution of link state and iface FSM state changes.Claudio Jeker
2011-07-07Only send interface address changes to the ospfe/rde if the interfaceClaudio Jeker
2011-07-07Commit stuff that I added to another tree eventhough it should haveClaudio Jeker
2011-07-07Kill nh_reachable. Link state checking is so easy now that it does notClaudio Jeker
2011-07-04LINK_STATE_IS_UP() cleanup userland part. There is no need to specialClaudio Jeker
2011-03-07continguous -> contiguousHenning Brauer
2010-10-14Same fix as previously commited to ospfd. Ensure that kr_redistribute()Claudio Jeker
2010-08-22Redistributing the default route with ospf6d did not work correctly.Alexander Bluhm
2010-07-14Another hand knitted offsetof() that needs to die. This time steal theClaudio Jeker
2010-07-12Merge duplicate log messages into one log_warn().Alexander Bluhm
2010-07-06Update the interfaces changes from kroute to rde via imsg. ThisAlexander Bluhm
2010-07-01Fix all white space bugs in ospf6d at once. No binary change.Alexander Bluhm
2010-07-01The prefixes of interface addresses of an ospf link have to beAlexander Bluhm
2010-06-28If there is no next hop but an interface index, create a cloningAlexander Bluhm
2010-06-12The "dispatch_rtmsg no nexthop" error was emitted in wrong casesAlexander Bluhm
2010-06-09Only embed the interface scope for link local nexthops. AS-ext LSA haveClaudio Jeker
2010-02-23This is a total dejavu of bgpd/kroute.c 1.165. Because IPv6 fucked up andClaudio Jeker
2009-12-23Loopback interface don't have link local addresses so use the real IPv6Claudio Jeker
2009-12-22Holy inconsitancy Batman! While it is impossible to use embeded scope idsClaudio Jeker
2009-12-22Add interface index aka. scope id to struct kroute so that the rde can passClaudio Jeker
2009-12-21Another AF_INET that should be an AF_INET6.Claudio Jeker
2009-12-21Doh! It helps to load the IPv6 routing table into kroute instead of IPv4.Claudio Jeker
2009-09-20In kif_update(), the ifname array could be used uninitialised if theStefan Sperling