summaryrefslogtreecommitdiff
path: root/usr.sbin/ospf6d/hello.c
AgeCommit message (Expand)Author
2020-07-15Remove unused variablesdenis
2020-01-03Sync with ospfd's hello.cdenis
2019-12-23Log a warning when a neighbor changes its address.remi
2019-12-23Area is now part of struct ifacedenis
2019-12-11Convert sendto() to sendmsg().denis
2018-02-22Same change as rev 1.22 in ospfd:Claudio Jeker
2014-11-18Nuke more obvious #include duplications.Kenneth R Westerback
2010-05-26Rename some imsg bits to make namespace collisions less likely buf toNicholas Marriott
2010-02-01Fix logic error (&& vs. ||), found while looking for inspiration for smtpdJacek Masiulaniec
2009-03-29For SPF calculation, we will need the source address specifiedStefan Sperling
2009-01-27Propagate the neighbour's interface ID, as received in hello packets,Stefan Sperling
2009-01-26RFC5340 says neighbours are identified solely by their router ID in OSPFv3,Stefan Sperling
2008-12-28area_ospf_options() should not return network byte order options. InsteadClaudio Jeker
2008-12-28Send the interface index in the correct byte order and add iface_id toClaudio Jeker
2007-12-13Monster commit of stuff I did mostly last month. What it does:Claudio Jeker
2007-10-16Fix the neighbor election process.Esben Norby
2007-10-11OSPFv3 runs on links not on networks so there is no need for a mask in theClaudio Jeker
2007-10-11The person that came up with the glorious idea to define a 24bit field shouldClaudio Jeker
2007-10-11From ospfd:Claudio Jeker
2007-10-10send_packet() now takes a struct in6_addr as destination instead of aClaudio Jeker
2007-10-10Turn on the V6 and E bits in hello messages. This makes other OSPFv3 routersClaudio Jeker
2007-10-09Remaining bit of last night work. Make packet reception use all the goodiesClaudio Jeker
2007-10-08Welcome ospf6dEsben Norby