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