Home | History | Annotate | Download | only in ldpd
History log of /src/usr.sbin/ldpd/ldp_command.c
RevisionDateAuthorComments
 1.14  02-Aug-2013  kefren Use rbtree for storing peers FEC label bindings
 1.13  31-Jul-2013  kefren Store local bindings in a rbtree
 1.12  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.11  16-Jul-2013  kefren branches: 1.11.2;
retire union_ntoa, replace it with satos
check for valid sizes on PF_ROUTE socket
minor comment update
 1.10  28-Jan-2013  kefren Use satos instead of inet_ntop
Fix an alloc problem
 1.9  28-Jan-2013  kefren Fix the transport address TLV mess I created after INET6 convert
Use a single loop to decrement and check hello list keepalives
Display transport address in show hello output
 1.8  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.7  24-Dec-2011  christos branches: 1.7.6;
avoid reusing inet_addr twice.
 1.6  24-Dec-2011  christos PR/45662: Henning Petersen: Overlapping buffer in lpd_command.c
 1.5  16-Jun-2011  kefren branches: 1.5.2;
Introduce 'show labels' command that reports about labels received from
unsolicited label-maps. Statify.
 1.4  31-Dec-2010  kefren branches: 1.4.4;
show in neighbour information if peer is MD5 authenticated
 1.3  30-Dec-2010  kefren * 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  14-Dec-2010  christos fix uninitialized variable by elimination.
 1.1  08-Dec-2010  kefren Add ldpd, a RFC 3036 compatible LDP speaker.
 1.4.4.1  23-Jun-2011  cherry Catchup with rmind-uvmplock merge.
 1.5.2.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.5.2.1  17-Apr-2012  yamt sync with head
 1.7.6.2  20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.7.6.1  25-Feb-2013  tls resync with head
 1.11.2.1  23-Jul-2013  riastradh sync with HEAD

RSS XML Feed