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
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
2010-07-12
Merge duplicate log messages into one log_warn().
Alexander Bluhm
2010-07-08
Kill more code in kroute.c that is unneeded in ldpd. ldpd is a bit strange
Claudio Jeker
2010-06-30
Pass a struct kroute and not a kroute_node to kr_redist_remove(). This
Claudio Jeker
2010-06-30
Kill IMSG_KLABEL_INSERT and all the related functions around it.
Claudio Jeker
2010-06-30
Rework how we "redistribute" networks. Send all pathes of an active route
Claudio Jeker
2010-06-30
Sync kroute.c code with ospfd's version of kroute.c. A small step to support
Claudio Jeker
2010-06-21
Send the right kroute struct to ldpctl for IMSG_CTL_KROUTE. This should
Claudio Jeker
2010-06-07
Store all labels in ldpd in host byte order without any additional shifting.
Claudio Jeker
2010-05-25
Remove another leftover from ospfd. ldpd does not have a concept of ext_tag
Claudio Jeker
2010-05-19
Set RTF_MPLS in rtm_fmask and rtm_flags because ldpd wants to play with
Claudio Jeker
2010-04-13
When a prefix has a implicit null label associated, force pop operation.
Michele Marchetto
2010-03-25
Kroute updates from the LDE are per FEC so do the lookup in kroute with
Claudio Jeker
2010-03-24
We need to set the rtm_priority when changing a route so that we do not
Claudio Jeker
2010-03-03
Rework the kroute code by stealing some code from ospfd and massaging it
Claudio Jeker
2010-02-19
Do not double free a knode when kroute_insert() fails. kroute_insert()
Claudio Jeker
2009-09-28
When a route is deleted, ldpd should remove labels associated with it from
Michele Marchetto
2009-08-06
ldpd must not add/delete AF_INET routes, it just have to change them
Michele Marchetto
2009-07-13
Get rid of the multipath code, as it is not needed.
Michele Marchetto
2009-06-05
rtm->rtm_hdrlen conversion
Chris Cappuccio
2009-06-01
Welcome ldpd, the Label Distribution Protocol daemon.
Michele Marchetto