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
/
ospfe.c
Age
Commit message (
Expand
)
Author
2009-03-29
Now that struct lsa_net represents just the options, orig_net_lsa()
Stefan Sperling
2009-02-19
Remove origination of Intra-Area-Prefix LSAs from ospfe.
Stefan Sperling
2009-02-10
Fix two obvious copy-paste errors in fatal error messages. We were
Stefan Sperling
2009-02-03
In Intra-Area-Prefix LSAs, set the LA-bit for all prefixes of 128-bit
Stefan Sperling
2009-02-03
Formatting fixes.
Stefan Sperling
2009-01-29
Correctly byte-swap the link state ID when building Intra-Area-Prefix
Stefan Sperling
2009-01-29
Originate Intra-Area-Prefix LSAs which reference a router LSA.
Stefan Sperling
2009-01-28
Teach ospf6d to originate Intra-Area-Prefix LSAs, which associate a list
Stefan Sperling
2009-01-03
orig_link_lsa() was assuming either virtual or broadcast link.
Stefan Sperling
2009-01-02
Add support for originating router LSAs over point-to-point links.
Stefan Sperling
2008-12-30
Remove debug message that does not help. The problem with the initial flood
Claudio Jeker
2008-12-30
Correctly encode the IPv6 prefix. Only (prefixlen + 31)/32 * 4 bytes are
Claudio Jeker
2008-12-30
Correctly compute the options for the net LSA as pre RFC options is set to
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
First shot at originating router LSA, still a lot of XXX but seems to
Claudio Jeker
2007-12-13
Monster commit of stuff I did mostly last month. What it does:
Claudio Jeker
2007-11-27
Make lsa_find() find link local LSA by passing the interface instead of the
Claudio Jeker
2007-11-27
Monster diff to bring us a bit on track again.
Claudio Jeker
2007-10-13
From ospfd: Funny typo, it is fib not fip so adjust function name.
Claudio Jeker
2007-10-11
Disable some code that is currently far from working and results in frequent
Claudio Jeker
2007-10-11
From ospfd:
Claudio Jeker
2007-10-09
Instead of IP_RECVIF we use IPV6_RECVPKTINFO to get the ifindex and the
Claudio Jeker
2007-10-08
Welcome ospf6d
Esben Norby