summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ospf6d/ospf6.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* sync w/ospfd: improve snapshot handling; ok claudio, sthenmarkus2013-03-251-1/+1
* sync w/ospfd: allow two minutes until neighbor adjacencies are formed;markus2013-03-251-2/+2
* gratuitous whitespace diff with ospfd/ospf.hsthen2013-03-221-3/+3
* Make the sequence number constanst explicitly unsigned. The seq_num isclaudio2011-03-241-4/+4
* use offsetof() instead of self knitted version to please gcc4.claudio2010-07-141-2/+3
* Oups, forgot this file in last commit. Bit definitions for AS-ext LSA neededclaudio2010-02-231-7/+11
* Fix a naming inconsistency in struct lsa_intra_prefix (lsid -> ls_id).stsp2009-04-091-2/+2
* Remove att_rtr field from struct lsa_net.stsp2009-03-291-2/+1
* Correctly encode the IPv6 prefix. Only (prefixlen + 31)/32 * 4 bytes areclaudio2008-12-301-2/+5
* First try at originating Link (type-8) LSA. Code is wrong and the initialclaudio2008-12-301-7/+13
* Initial bits for originating net lsa again from Stefan Sperling with someclaudio2008-12-281-2/+2
* area_ospf_options() should not return network byte order options. Insteadclaudio2008-12-281-5/+2
* Sync up the flags with the new and shiny RFC5340 while there introduceclaudio2008-12-281-3/+15
* Monster diff to bring us a bit on track again.claudio2007-11-271-4/+47
* Make struct lsa_rtr a better match of the reality. Still not happy becauseclaudio2007-10-161-4/+3
* There is not auth code so there is no need for struct crypt.claudio2007-10-161-8/+1
* Router LSA link type 3 is now reserved. There are no stub networks anymore.claudio2007-10-161-2/+2
* Make ospf6d(8) not throw up on Router LSAs.norby2007-10-161-4/+5
* In OSPFv3 the LSA type is a 16 bit value, furthermore it uses differentnorby2007-10-161-6/+8
* The router dead_interval switched from 32bit to a 16bit value in OSPFv3.claudio2007-10-091-2/+2
* Welcome ospf6dnorby2007-10-081-0/+240