summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ldpd/interface.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-5/+5
* Minor tweaks.renato2017-03-031-13/+13
* Allow to run on a non-default rdomain.renato2017-03-031-1/+2
* Rework the sending of address messages.renato2016-09-031-3/+3
* Several minor tweaks.renato2016-07-011-16/+14
* Fix removal of dual-stack neighbors.renato2016-06-181-2/+2
* Send a fatal notification when the last hello adjacency is deleted.renato2016-06-091-2/+2
* Update copyright information.renato2016-05-231-1/+2
* Remove superfluous includes.renato2016-05-231-14/+2
* Make functions and variables static whenever possible.renato2016-05-231-18/+25
* Add support for IPv6 (RFC 7552).renato2016-05-231-106/+248
* Enable changing the router-id via config reload.renato2016-05-231-4/+9
* Several fixes in the config reload handling.renato2016-05-231-3/+5
* Create network sockets on the parent process.renato2016-05-231-15/+27
* Copy structs by assignment instead of memcpy.renato2016-05-231-8/+8
* Fix mess caused by my commit script.renato2016-05-231-236/+13
* Move setsockopt helper functions to a separate file.renato2016-05-231-1/+90
* Remove unnecessary mirroring of sockets.renato2016-05-231-2/+2
* Simplify removal of targeted neighbors and adjacencies.renato2016-05-231-4/+2
* Standardize some log messages and fix some inconsistencies.renato2016-05-231-2/+2
* More renaming.renato2016-05-231-9/+9
* Remove duplicated code in timer functions.renato2016-05-231-13/+5
* We don't need a separate function for sending address withdraws.renato2016-05-231-3/+3
* Move some code around.renato2016-05-231-27/+84
* Replace manually written function names with __func__.renato2016-05-231-22/+21
* As done for bgpd recently, rename if_mediatype to if_type in ldpd.stsp2015-09-271-3/+3
* Add configuration reload support.renato2015-07-211-3/+3
* Improve handling of addresses on ldpe.renato2015-07-211-3/+34
* Add missing LIST_INIT's.renato2015-07-191-1/+4
* Remove interface finite state machine.renato2015-03-211-103/+17
* ldpd: Remove attached adjacencies whenever an interface is disabledrenato2015-03-211-6/+10
* Minor fixes on if_del() and nbr_new().renato2013-10-151-3/+1
* Speed-up the session establishment processclaudio2013-06-041-1/+3
* Cleanup ctl commands and remove unused variables inherited from ospfdclaudio2013-06-041-16/+9
* Implement support for adjacencies and targeted hellosclaudio2013-06-041-3/+8
* fix some minor issues before proceeding with the remaining patches fromclaudio2013-06-041-9/+1
* Remove the IMSG_NEIGHBOR_CHANGE messageclaudio2013-06-031-3/+1
* Implement support for multiple addresses per interface.claudio2013-06-031-33/+92
* Drop support for passive interfaces.claudio2013-06-011-2/+1
* Don't allow enabling LDP on loopback and carp interfaces.claudio2013-06-011-13/+1
* Fix bug when starting ldpd with a configured interface in the down state.claudio2013-05-301-3/+3
* Stop trying to send hello messages if the interface is down.claudio2013-05-301-1/+3
* Don't display a nonsense uptime for an inactive interface. ldpd fix fromsthen2012-05-141-2/+3
* LINK_STATE_IS_UP() cleanup userland part. There is no need to specialclaudio2011-07-041-4/+2
* Fix a bad heritage from ospfd. Make neighbors independent of interfaces.claudio2011-01-101-23/+1
* Remove yet another ospf leftover that is not needed here. This timeclaudio2010-05-191-8/+2
* Remove some more ospfd-ism from the interface code. This time removeclaudio2010-04-291-134/+54
* Cleanup the interface FSM by removing most of the ospfd specific statesclaudio2010-04-151-9/+3
* Instead of having three ways of setting fds non-blocking useclaudio2010-04-151-13/+1
* We need to set SO_REUSEADDR before doing the bind() of the tcp socket.claudio2010-02-181-3/+3