Home | History | Annotate | Download | only in ldpd
History log of /src/usr.sbin/ldpd/tlv_stack.c
RevisionDateAuthorComments
 1.13  31-Jul-2013  kefren Store local bindings in a rbtree
 1.12  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.11  18-Jul-2013  kefren * rework the reattachment code
* build an implnull label when a route is added and let mpls_add_label
to take care of relabelling
* take out last piece of the code where we do route lookups - we should have
every information we need in labels
* tested these changes using a number of rump kernels and some couple of
thousands of flapping routes
 1.10  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.9  16-Jul-2013  kefren branches: 1.9.2;
send the actual prefix on the wire instead of struct headers
statify
 1.8  11-Jul-2013  kefren sprinkle more const
 1.7  11-Jul-2013  kefren Constify a little bit
 1.6  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.5  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.4  15-Jun-2011  kefren branches: 1.4.2; 1.4.8;
we need to add mapping even if there is no route for the prefix
 1.3  10-Feb-2011  kefren branches: 1.3.2;
stop processing a label mapping message if we don't have a route for it.
This way we avoid failing an assert later in mpls_add_label()
 1.2  09-Dec-2010  christos branches: 1.2.2;
- 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.2.2.1  17-Feb-2011  bouyer Sync with HEAD
 1.3.2.1  23-Jun-2011  cherry Catchup with rmind-uvmplock merge.
 1.4.8.3  20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.4.8.2  25-Feb-2013  tls resync with head
 1.4.8.1  20-Nov-2012  tls Resync to 2012-11-19 00:00:00 UTC
 1.4.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.4.2.1  16-Jan-2013  yamt sync with (a bit old) head
 1.9.2.1  23-Jul-2013  riastradh sync with HEAD

RSS XML Feed