summaryrefslogtreecommitdiff
path: root/usr.sbin/ldpd/interface.c
AgeCommit message (Expand)Author
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2017-03-03Minor tweaks.Renato Westphal
2017-03-03Allow to run on a non-default rdomain.Renato Westphal
2016-09-03Rework the sending of address messages.Renato Westphal
2016-07-01Several minor tweaks.Renato Westphal
2016-06-18Fix removal of dual-stack neighbors.Renato Westphal
2016-06-09Send a fatal notification when the last hello adjacency is deleted.Renato Westphal
2016-05-23Update copyright information.Renato Westphal
2016-05-23Remove superfluous includes.Renato Westphal
2016-05-23Make functions and variables static whenever possible.Renato Westphal
2016-05-23Add support for IPv6 (RFC 7552).Renato Westphal
2016-05-23Enable changing the router-id via config reload.Renato Westphal
2016-05-23Several fixes in the config reload handling.Renato Westphal
2016-05-23Create network sockets on the parent process.Renato Westphal
2016-05-23Copy structs by assignment instead of memcpy.Renato Westphal
2016-05-23Fix mess caused by my commit script.Renato Westphal
2016-05-23Move setsockopt helper functions to a separate file.Renato Westphal
2016-05-23Remove unnecessary mirroring of sockets.Renato Westphal
2016-05-23Simplify removal of targeted neighbors and adjacencies.Renato Westphal
2016-05-23Standardize some log messages and fix some inconsistencies.Renato Westphal
2016-05-23More renaming.Renato Westphal
2016-05-23Remove duplicated code in timer functions.Renato Westphal
2016-05-23We don't need a separate function for sending address withdraws.Renato Westphal
2016-05-23Move some code around.Renato Westphal
2016-05-23Replace manually written function names with __func__.Renato Westphal
2015-09-27As done for bgpd recently, rename if_mediatype to if_type in ldpd.Stefan Sperling
2015-07-21Add configuration reload support.Renato Westphal
2015-07-21Improve handling of addresses on ldpe.Renato Westphal
2015-07-19Add missing LIST_INIT's.Renato Westphal
2015-03-21Remove interface finite state machine.Renato Westphal
2015-03-21ldpd: Remove attached adjacencies whenever an interface is disabledRenato Westphal
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