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
/
kroute.c
Age
Commit message (
Expand
)
Author
2019-06-28
When system calls indicate an error they return -1, not some arbitrary
Theo de Raadt
2019-01-23
teach ldpd to ask if a potential pseudowire interface can do pwe3
David Gwynne
2019-01-22
PF_ROUTE -> AF_ROUTE in the scattered sock()/setsockopt() calls
Kenneth R Westerback
2018-01-03
Add support for IPv6 over MPLS pseudowire aka mpw(4)
denis
2017-07-24
Unify ROUNDUP macros for parsing route messages.
friehm
2017-03-04
Send VPLS MAC withdrawals.
Renato Westphal
2017-03-03
Minor tweaks.
Renato Westphal
2017-03-03
Allow to run on a non-default rdomain.
Renato Westphal
2017-01-20
work on making log.c similar in all daemons:
Sebastian Benoit
2016-06-18
Fix small LIB<->LFIB synchronization issue.
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
Assorted fixes and small cleanup.
Renato Westphal
2016-05-23
Several fixes in the config reload handling.
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
Standardize some log messages and fix some inconsistencies.
Renato Westphal
2016-05-23
More renaming.
Renato Westphal
2016-05-23
Filter our RTM_GET messages which are not from us.
Renato Westphal
2016-05-23
Don't try to install pseudowires of unknown type.
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
VPLS signaling support.
Renato Westphal
2015-07-21
Add configuration reload support.
Renato Westphal
2015-07-21
Improve handling of addresses on ldpe.
Renato Westphal
2015-07-19
Rework kroute.c to send only the best routes to lde.
Renato Westphal
2015-07-17
Filter routes based on RTF_LLINFO and RTF_BROADCAST flags and use RTF_CONNECTED
Claudio Jeker
2015-04-04
Remove lo protection.
Renato Westphal
2015-03-21
Remove unused variables and functions.
Renato Westphal
2015-03-21
Remove interface finite state machine.
Renato Westphal
2015-03-21
ldpd: Don't assign labels for BGP routes.
Renato Westphal
2015-02-11
Use sizeof(u_short) in the first check since there are RT messages that
Claudio Jeker
2015-02-10
Sync kroute code with bgpd/ospfd code regarding EAGAIN and short reads
Claudio Jeker
2015-02-10
Pass SOCK_NONBLOCK | SOCK_CLOEXEC to some more sockets. We never want to
Claudio Jeker
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
Theo de Raadt
2014-06-23
The second level of the CTL_NET sysctl is a PF_*, not an AF_*
Philip Guenther
2013-10-30
another simple %i to %d conversion for obviousness
Theo de Raadt
2013-10-15
Don't bind a label for the default route.
Renato Westphal
2013-10-15
Fix whitespace and other style issues.
Renato Westphal
2013-06-04
fix some minor issues before proceeding with the remaining patches from
Claudio Jeker
2013-06-03
Advertise the implicit-null label for routes attached to loopback
Claudio Jeker
2013-06-03
Implement support for multiple addresses per interface.
Claudio Jeker
2013-06-01
Filter out route messages we don't need and log kernel messages in
Claudio Jeker
2011-06-26
Remove obsolete mcast routes in ldpd and ripd.
Claudio Jeker
2010-10-20
Since on shutdown fib_sync is forced to 1 to remove the multicast route
Claudio Jeker
2010-10-15
Rework the kroute framework of ldpd. ldpd is different from the other
Claudio Jeker
2010-10-07
Don't try to add MPLS routes with a incomming MPLS_LABEL_IMPLNULL label.
Claudio Jeker
2010-09-01
s/lfib/fib/ for more consitency with the other routing daemons.
Claudio Jeker
[next]