History log of /netbsd/usr.sbin/ldpd/ldp_peer.h (Results 1 – 9 of 9)
Revision Date Author Comments
# 26159251 22-Apr-2020 joerg <joerg@NetBSD.org>

Avoid common symbol definitions


# 351d8010 02-Aug-2013 kefren <kefren@NetBSD.org>

Use rbtree for storing peers FEC label bindings


# 75fc9253 20-Jul-2013 kefren <kefren@NetBSD.org>

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

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

show more ...


# f745ab33 11-Jul-2013 kefren <kefren@NetBSD.org>

Local addresses vector is not needed anymore


# ef4c351a 11-Jul-2013 kefren <kefren@NetBSD.org>

Constify a little bit


# 3b74958b 04-Feb-2013 kefren <kefren@NetBSD.org>

* 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


# 6e6da1a6 26-Jan-2013 kefren <kefren@NetBSD.org>

modify structures in order to accomodate IPv6 according to
draft-ietf-mpls-ldp-ipv6. Correct a little bit IPv6 hello path


# d99973b4 12-Nov-2012 kefren <kefren@NetBSD.org>

* 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


# a994a89a 08-Dec-2010 kefren <kefren@NetBSD.org>

Add ldpd, a RFC 3036 compatible LDP speaker.