summaryrefslogtreecommitdiff
path: root/usr.sbin/ospf6d/ospfe.h
AgeCommit message (Expand)Author
2010-08-22Origin network-LSA with options based on the options of the link-LSAs.Alexander Bluhm
2010-05-26Rename some imsg bits to make namespace collisions less likely buf toNicholas Marriott
2009-03-29For SPF calculation, we will need the source address specifiedStefan Sperling
2009-02-19Remove origination of Intra-Area-Prefix LSAs from ospfe.Stefan Sperling
2009-01-29Originate Intra-Area-Prefix LSAs which reference a router LSA.Stefan Sperling
2009-01-27Propagate the neighbour's interface ID, as received in hello packets,Stefan Sperling
2008-12-30First try at originating Link (type-8) LSA. Code is wrong and the initialClaudio 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-13From ospfd: Funny typo, it is fib not fip so adjust function name.Claudio Jeker
2007-10-11In OSPFv3 auth crypt is no longer (actually all the auth code is gone) soClaudio Jeker
2007-10-11area_ospf_options() should return the options in network byte order.Claudio 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-09Remaining bit of last night work. Make packet reception use all the goodiesClaudio Jeker
2007-10-09Instead of IP_RECVIF we use IPV6_RECVPKTINFO to get the ifindex and theClaudio Jeker
2007-10-08Welcome ospf6dEsben Norby