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