summaryrefslogtreecommitdiff
path: root/usr.sbin/ospf6d/hello.c
AgeCommit message (Expand)Author
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