summaryrefslogtreecommitdiff
path: root/usr.sbin/ldpd/kroute.c
AgeCommit message (Expand)Author
2010-06-30Pass a struct kroute and not a kroute_node to kr_redist_remove(). ThisClaudio Jeker
2010-06-30Kill IMSG_KLABEL_INSERT and all the related functions around it.Claudio Jeker
2010-06-30Rework how we "redistribute" networks. Send all pathes of an active routeClaudio Jeker
2010-06-30Sync kroute.c code with ospfd's version of kroute.c. A small step to supportClaudio Jeker
2010-06-21Send the right kroute struct to ldpctl for IMSG_CTL_KROUTE. This shouldClaudio Jeker
2010-06-07Store all labels in ldpd in host byte order without any additional shifting.Claudio Jeker
2010-05-25Remove another leftover from ospfd. ldpd does not have a concept of ext_tagClaudio Jeker
2010-05-19Set RTF_MPLS in rtm_fmask and rtm_flags because ldpd wants to play withClaudio Jeker
2010-04-13When a prefix has a implicit null label associated, force pop operation.Michele Marchetto
2010-03-25Kroute updates from the LDE are per FEC so do the lookup in kroute withClaudio Jeker
2010-03-24We need to set the rtm_priority when changing a route so that we do notClaudio Jeker
2010-03-03Rework the kroute code by stealing some code from ospfd and massaging itClaudio Jeker
2010-02-19Do not double free a knode when kroute_insert() fails. kroute_insert()Claudio Jeker
2009-09-28When a route is deleted, ldpd should remove labels associated with it fromMichele Marchetto
2009-08-06ldpd must not add/delete AF_INET routes, it just have to change themMichele Marchetto
2009-07-13Get rid of the multipath code, as it is not needed.Michele Marchetto
2009-06-05rtm->rtm_hdrlen conversionChris Cappuccio
2009-06-01Welcome ldpd, the Label Distribution Protocol daemon.Michele Marchetto