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
/
ldpd
/
interface.c
Age
Commit message (
Expand
)
Author
2013-10-15
Minor fixes on if_del() and nbr_new().
Renato Westphal
2013-06-04
Speed-up the session establishment process
Claudio Jeker
2013-06-04
Cleanup ctl commands and remove unused variables inherited from ospfd
Claudio Jeker
2013-06-04
Implement support for adjacencies and targeted hellos
Claudio Jeker
2013-06-04
fix some minor issues before proceeding with the remaining patches from
Claudio Jeker
2013-06-03
Remove the IMSG_NEIGHBOR_CHANGE message
Claudio Jeker
2013-06-03
Implement support for multiple addresses per interface.
Claudio Jeker
2013-06-01
Drop support for passive interfaces.
Claudio Jeker
2013-06-01
Don't allow enabling LDP on loopback and carp interfaces.
Claudio Jeker
2013-05-30
Fix bug when starting ldpd with a configured interface in the down state.
Claudio Jeker
2013-05-30
Stop trying to send hello messages if the interface is down.
Claudio Jeker
2012-05-14
Don't display a nonsense uptime for an inactive interface. ldpd fix from
Stuart Henderson
2011-07-04
LINK_STATE_IS_UP() cleanup userland part. There is no need to special
Claudio Jeker
2011-01-10
Fix a bad heritage from ospfd. Make neighbors independent of interfaces.
Claudio Jeker
2010-05-19
Remove yet another ospf leftover that is not needed here. This time
Claudio Jeker
2010-04-29
Remove some more ospfd-ism from the interface code. This time remove
Claudio Jeker
2010-04-15
Cleanup the interface FSM by removing most of the ospfd specific states
Claudio Jeker
2010-04-15
Instead of having three ways of setting fds non-blocking use
Claudio Jeker
2010-02-18
We need to set SO_REUSEADDR before doing the bind() of the tcp socket.
Claudio Jeker
2009-06-01
Welcome ldpd, the Label Distribution Protocol daemon.
Michele Marchetto