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
/
interface.c
Age
Commit message (
Expand
)
Author
2015-09-27
As done for bgpd recently, rename if_mediatype to if_type in ospfd/ospf6d.
Stefan Sperling
2013-11-01
another annoying %i
Theo de Raadt
2012-09-17
Fix trailing whitespaces.
Alexander Bluhm
2011-07-07
Rework the distribution of link state and iface FSM state changes.
Claudio Jeker
2011-07-04
LINK_STATE_IS_UP() cleanup userland part. There is no need to special
Claudio Jeker
2011-07-04
Make sure that passive interfaces (like carp) are added to the
Claudio Jeker
2011-05-06
Do not special case loopback interfaces on init. Instead force them
Claudio Jeker
2009-09-20
if_new() would treat the new interface as a virtual link if the ifname
Stefan Sperling
2009-03-29
For SPF calculation, we will need the source address specified
Stefan Sperling
2009-02-19
Remove origination of Intra-Area-Prefix LSAs from ospfe.
Stefan Sperling
2009-02-19
Sync iface fsm state from ospfe to rde.
Stefan Sperling
2009-01-29
Originate Intra-Area-Prefix LSAs which reference a router LSA.
Stefan Sperling
2009-01-27
Propagate the neighbour's interface ID, as received in hello packets,
Stefan Sperling
2008-12-30
First try at originating Link (type-8) LSA. Code is wrong and the initial
Claudio Jeker
2007-12-13
Monster commit of stuff I did mostly last month. What it does:
Claudio Jeker
2007-11-27
Monster diff to bring us a bit on track again.
Claudio Jeker
2007-11-24
Print the neighbor ID instead of the neighbor address in if_act_elect().
Claudio Jeker
2007-10-11
No need to store the interface mask. An interface represents a link and is
Claudio Jeker
2007-10-11
In OSPFv3 auth crypt is no longer (actually all the auth code is gone) so
Claudio Jeker
2007-10-09
Unneeded and to noisy debug output
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