summaryrefslogtreecommitdiff
path: root/usr.sbin/ospf6d/ospf6.h
AgeCommit message (Expand)Author
2010-07-14use offsetof() instead of self knitted version to please gcc4.Claudio Jeker
2010-02-23Oups, forgot this file in last commit. Bit definitions for AS-ext LSA neededClaudio Jeker
2009-04-09Fix a naming inconsistency in struct lsa_intra_prefix (lsid -> ls_id).Stefan Sperling
2009-03-29Remove att_rtr field from struct lsa_net.Stefan Sperling
2008-12-30Correctly encode the IPv6 prefix. Only (prefixlen + 31)/32 * 4 bytes areClaudio Jeker
2008-12-30First try at originating Link (type-8) LSA. Code is wrong and the initialClaudio Jeker
2008-12-28Initial bits for originating net lsa again from Stefan Sperling with someClaudio Jeker
2008-12-28area_ospf_options() should not return network byte order options. InsteadClaudio Jeker
2008-12-28Sync up the flags with the new and shiny RFC5340 while there introduceClaudio Jeker
2007-11-27Monster diff to bring us a bit on track again.Claudio Jeker
2007-10-16Make struct lsa_rtr a better match of the reality. Still not happy becauseClaudio Jeker
2007-10-16There is not auth code so there is no need for struct crypt.Claudio Jeker
2007-10-16Router LSA link type 3 is now reserved. There are no stub networks anymore.Claudio Jeker
2007-10-16Make ospf6d(8) not throw up on Router LSAs.Esben Norby
2007-10-16In OSPFv3 the LSA type is a 16 bit value, furthermore it uses differentEsben Norby
2007-10-09The router dead_interval switched from 32bit to a 16bit value in OSPFv3.Claudio Jeker
2007-10-08Welcome ospf6dEsben Norby