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