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
/
ospfd
/
ospfe.c
Age
Commit message (
Expand
)
Author
2007-10-13
Funny typo, it is fib not fip so adjust function name.
Claudio Jeker
2007-10-11
Bye bye global ospf options. OSPF options are per area (at least the one
Claudio Jeker
2007-10-01
fix alot of whitespace problems...
Esben Norby
2007-07-25
Don't fatal if the imsg pipe is closed, this is often triggered in the parent
Claudio Jeker
2007-06-19
Allow ospfd reconfiguration through SIGHUP, add SIGHUP handlers in
Pierre-Yves Ritschard
2007-05-29
Demote support for ospfd. It is possible to specify a demote group on
Claudio Jeker
2007-03-21
Add support for RFC 3137: OSPF Stub Router Advertisement
Claudio Jeker
2007-02-26
Set the metric for loopback interfaces.
Esben Norby
2007-02-01
Preliminary configuration reload support. Seems to work reasonably well
Claudio Jeker
2007-01-11
Silently ignore unknown neighbors in the rde and ospfe imsg handler. This
Claudio Jeker
2006-11-28
add additional link states to report the half duplex / full duplex
Reyk Floeter
2006-11-17
Support for multiple networks on one interface. Until now only the main
Claudio Jeker
2006-09-27
Use IP_RECVIF to get the incomming interface of OSPF packets. Now we use
Claudio Jeker
2006-06-02
remove unused variable, found by lint.
Esben Norby
2006-05-30
Uups, this file should be commited with the redistribute rtlabel stuff.
Claudio Jeker
2006-04-25
More lint cleanup. Kill unneeded stuff and sprinkle some ARGSUSED.
Claudio Jeker
2006-04-16
KNF
Henning Brauer
2006-03-09
Log link state changes.
Esben Norby
2006-03-08
Remove unused quit flag inherited from bgpd long ago.
Claudio Jeker
2006-03-08
Check for implied acks. If we receive an update that is on our retransmission
Claudio Jeker
2006-02-21
Better English in comments.
Claudio Jeker
2006-02-19
Do not allocate a new chunk of memory every time we receive a packet.
Esben Norby
2006-02-10
ospfd does not need fd passing via the imsg framework so remove that code
Claudio Jeker
2006-01-05
Make ospfd respect carp(4) interfaces and their weird behaviour. They will
Claudio Jeker
2005-12-29
Instead of a simple timer per neighbor for the LS retransmition list use
Claudio Jeker
2005-12-15
Fix ospfe shutdown function. The cleanup was totaly busted. OK norby@
Claudio Jeker
2005-12-04
Increase the receive buffer of the raw socket.
Esben Norby
2005-10-19
fix some spellings in comments.
Claudio Jeker
2005-10-18
Cleanup interface code a minimal bit. There is no need for if_shutdown(),
Claudio Jeker
2005-06-13
Passive interfaces belong to the area and should be announced as stub
Claudio Jeker
2005-05-27
Set the V-bit when originating virtual links in router LSAs.
Esben Norby
2005-05-27
Virtual link support, originate virtual links in router LSAs.
Esben Norby
2005-05-27
Fix a access after free on shutdown. OK norby@
Claudio Jeker
2005-05-27
Initial virtual link support.
Esben Norby
2005-05-26
More usable debug output when originating router lsas.
Esben Norby
2005-05-26
Another unneeded debug message.
Esben Norby
2005-05-26
Remove unneeded debugging messages from ospfe imsg handling.
Esben Norby
2005-05-26
Simplify and cleanup passive interface handling.
Esben Norby
2005-05-26
Support dumping the configuration the way bgpd(8) does it.
Esben Norby
2005-05-23
useless use of endpwent
Henning Brauer
2005-05-12
Add "show database asbr/external/network/router/self-originate/summary"
Esben Norby
2005-05-12
If activly connected to more than one area set B flag in the self-originated
Claudio Jeker
2005-05-02
use setres[ug]id for privilege dropping; ok norby@
Damien Miller
2005-04-25
Call if_init() later and for each interface separately.
Claudio Jeker
2005-04-25
Move the creation of the ospf_socket from if_init() directly into ospfe().
Claudio Jeker
2005-04-25
Call if_init() in ospfe only, neither the rde nor the parent need it.
Claudio Jeker
2005-04-12
Support for self originated AS-external LSA.
Claudio Jeker
2005-03-15
Add control messages for the show fib commands.
Claudio Jeker
2005-03-14
Add "show summary" to ospfctl.
Esben Norby
2005-03-12
Add "show rib" and "show rib detail" to ospfctl.
Esben Norby
[next]