Home | History | Annotate | Download | only in ldpd
History log of /src/usr.sbin/ldpd/ldp_peer.c
RevisionDateAuthorComments
 1.19  26-Jun-2022  riastradh ldpd(8): Fix address of misaligned packed members.

PR kern/56895
 1.18  22-Jun-2020  msaitoh s/successfuly/successfully/ in comment. No functional change.
 1.17  22-Apr-2020  joerg Avoid common symbol definitions
 1.16  02-Aug-2013  kefren branches: 1.16.18; 1.16.28;
Use rbtree for storing peers FEC label bindings
 1.15  20-Jul-2013  kefren don't connect on first hello, there are chances that ours is not seen yet
setproctitle with ldp id - useful for rump kernels testing
fix a memory leak in ldp_peer_new
don't holddown if already holded down
peer sockets are now non-blocking
connected routes deletes are now processed
check if peer is connected before attempting to sending label mappings
 1.14  18-Jul-2013  kefren Make sure labels are always updated when a route is added and when a peer
is added
Rework mpls_add_label according to that so no route refresh is done anymore
Use poll when reading the PF_ROUTE socket
setsockopt SO_USELOOPBACK on the PF_ROUTE socket
Output some information on SIGINFO
Allow map changing for a ldp peer
Finally fix the connected routes admission into labels
Correct the route trigger when a label map is received
 1.13  11-Jul-2013  kefren branches: 1.13.2;
Local addresses vector is not needed anymore
 1.12  11-Jul-2013  kefren Constify a little bit
 1.11  04-Feb-2013  kefren move code around a little bit in order to call get_ldp_peer correctly
check also for transport_address in get_ldp_peer
 1.10  04-Feb-2013  kefren * Don't assume INET in connection path
* Lookup in hello list in order to get the correct LDP ID, instead of
transport address
* Improve an error message
 1.9  04-Feb-2013  kefren correct the sockaddr compare
modify a couple of debug messages
 1.8  28-Jan-2013  kefren Be a little more strict when sending notifications and checking PDU
 1.7  28-Jan-2013  kefren Use satos instead of inet_ntop
Fix an alloc problem
 1.6  27-Jan-2013  kefren re-enable peer authentication
 1.5  26-Jan-2013  kefren modify structures in order to accomodate IPv6 according to
draft-ietf-mpls-ldp-ipv6. Correct a little bit IPv6 hello path
 1.4  12-Nov-2012  kefren * add initial IPv6 support - still incomplete at this moment, but it sends
out there IPv6 hellos. Interoperability not yet tested.
* sync man page with reality
 1.3  30-Dec-2010  kefren branches: 1.3.6; 1.3.12;
* add config file so one can control id, timers and label assignment and
use neighbour specific options - XXX: needs documentation
* add peer authentication using TCP_MD5SIG. Interoperability tested with
Cisco IOS
* use SLIST_FOREACH_SAFE when deleting labels instead of re-looping.
 1.2  09-Dec-2010  christos - no cast for malloc
- malloc + memset = calloc
- sizeof(type) -> sizeof(*var)
- small indents
 1.1  08-Dec-2010  kefren Add ldpd, a RFC 3036 compatible LDP speaker.
 1.3.12.3  20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.3.12.2  25-Feb-2013  tls resync with head
 1.3.12.1  20-Nov-2012  tls Resync to 2012-11-19 00:00:00 UTC
 1.3.6.2  22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.3.6.1  16-Jan-2013  yamt sync with (a bit old) head
 1.13.2.1  23-Jul-2013  riastradh sync with HEAD
 1.16.28.1  04-Aug-2023  martin Pull up following revision(s) (requested by riastradh in ticket #1702):

usr.sbin/ldpd/socketops.c: revision 1.36
usr.sbin/ldpd/fsm.c: revision 1.16
usr.sbin/ldpd/ldp_peer.c: revision 1.19

ldpd(8): Fix address of misaligned packed members.

PR kern/56895
 1.16.18.1  04-Aug-2023  martin Pull up following revision(s) (requested by riastradh in ticket #1881):

usr.sbin/ldpd/socketops.c: revision 1.36
usr.sbin/ldpd/fsm.c: revision 1.16
usr.sbin/ldpd/ldp_peer.c: revision 1.19

ldpd(8): Fix address of misaligned packed members.

PR kern/56895

RSS XML Feed