summaryrefslogtreecommitdiff
path: root/usr.sbin/ospf6d/kroute.c
AgeCommit message (Expand)Author
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
2009-06-05rtm->rtm_hdrlen conversionChris Cappuccio
2009-04-09Don't dereference NULL pointers. This crash wasn't found yet becauseStefan Sperling
2009-02-03We don't need anything other than link-local addresses andStefan Sperling
2009-01-04if_newaddr() was hard-coding all interface prefixes to /64.Stefan Sperling
2008-05-09Henning forgot ospf6d. Add priority to ospf6d as well.Claudio Jeker
2008-02-11Correct the output of several error and debug messages.Esben Norby
2007-12-13Monster commit of stuff I did mostly last month. What it does:Claudio Jeker
2007-10-17From ripd: Add missing RTM_VERSION checks.Claudio Jeker
2007-10-16First step at making kroute IPv6 aware. This resulted in many additionalClaudio Jeker
2007-10-11There is no need to support interface em0:<IP> anymore. Remove most of theClaudio Jeker
2007-10-10Address scope was probably the most stupid idea comming out of IPv6.Claudio Jeker
2007-10-08Welcome ospf6dEsben Norby