| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #6241 from volta-networks/fix_ldp_acl | Renato Westphal | 2020-04-30 | 1 | -2/+329 |
|\ |
|
| * | ldpd: fix ACL rule modification | lynne | 2020-04-29 | 1 | -2/+329 |
* | | ldpd: use a timer instead of sleeping in LM init | Mark Stapp | 2020-04-23 | 1 | -11/+40 |
* | | zebra,ldpd: use zapi client session id in LM apis | Mark Stapp | 2020-04-16 | 1 | -0/+1 |
|/ |
|
* | Merge pull request #6109 from volta-networks/feat_ldp_host_only | Renato Westphal | 2020-04-02 | 1 | -0/+50 |
|\ |
|
| * | ldpd: fixing host-only configuration filter. | lynne | 2020-04-01 | 1 | -0/+50 |
* | | Merge pull request #5925 from volta-networks/synchronous_client | Renato Westphal | 2020-03-26 | 1 | -1/+10 |
|\ \
| |/
|/| |
|
| * | zebra: Synchronous client queues accumulate messages from zebra. | Karen Schoener | 2020-03-23 | 1 | -1/+10 |
* | | Merge pull request #5851 from volta-networks/feat_ldp_oc_review | Renato Westphal | 2020-03-23 | 1 | -10/+80 |
|\ \ |
|
| * | | ldpd: adding support for LDP ordered label distribution control | Karen Schoener | 2020-03-20 | 1 | -10/+80 |
| |/ |
|
* / | ldpd: remove multiple definitions of thread_master | Ruben Kerkhof | 2020-03-08 | 1 | -3/+0 |
|/ |
|
* | zebra: identify MPLS FTNs by route type and instance | Renato Westphal | 2019-09-07 | 1 | -5/+10 |
* | ldpd: Fix to release MPLS label if its not used anymore | Binu Abraham | 2019-07-15 | 1 | -0/+39 |
* | lib, zebra: support label chunk requests for SRGB | Emanuele Di Pascale | 2019-07-10 | 1 | -1/+2 |
* | *: Replace zclient_new with zclient_new_notify | Donald Sharp | 2018-11-12 | 1 | -1/+1 |
* | bgpd, doc, ldpd, lib, tests, zebra: LM fixes | paco | 2018-09-18 | 1 | -1/+1 |
* | lib, ldpd: fix SA warnings from TAILQ oddness | David Lamparter | 2018-09-08 | 1 | -3/+1 |
* | *: use C99 standard fixed-width integer types | Quentin Young | 2018-03-27 | 1 | -3/+2 |
* | *: Make assignment from RB_ROOT in while loop work better | Donald Sharp | 2018-02-23 | 1 | -1/+4 |
* | *: Make code use a consisten definition of labels | Donald Sharp | 2018-02-09 | 1 | -9/+13 |
* | zebra, ldpd: fix display of pseudowire status | Renato Westphal | 2017-11-29 | 1 | -2/+7 |
* | *: Make zapi route install Notifications optional | Donald Sharp | 2017-11-27 | 1 | -1/+1 |
* | *: Modify zclient_init to require privs data | Donald Sharp | 2017-10-24 | 1 | -1/+3 |
* | ldpd: fix heap-use-after-free at exit | Renato Westphal | 2017-10-10 | 1 | -0/+9 |
* | ldpd: sprinkle in some asserts to make scan-build happy | Renato Westphal | 2017-10-06 | 1 | -1/+1 |
* | ldpd: guard the label allocation debug messages | Renato Westphal | 2017-09-12 | 1 | -3/+2 |
* | ldpd: fix broken label allocation | Renato Westphal | 2017-09-12 | 1 | -1/+2 |
* | Merge remote-tracking branch 'frr/master' into tcp-zebra | David Lamparter | 2017-08-09 | 1 | -34/+27 |
|\ |
|
| * | Merge pull request #892 from opensourcerouting/watchfrr-simplify | Donald Sharp | 2017-08-09 | 1 | -0/+1 |
| |\ |
|
| | * | lib: privs: make uid/gid accessible before setuid | David Lamparter | 2017-08-02 | 1 | -0/+1 |
| * | | ldpd: fix missing label mappings | Renato Westphal | 2017-08-09 | 1 | -1/+5 |
| * | | ldpd: integrate with the pseudowire manager in zebra | Renato Westphal | 2017-08-09 | 1 | -33/+21 |
| |/ |
|
* / | *: remove --enable-tcp-zebra, rework ZAPI path | David Lamparter | 2017-08-08 | 1 | -1/+3 |
|/ |
|
* | ldpd: silence coverity scan warning | Renato Westphal | 2017-07-31 | 1 | -1/+5 |
* | lib: more `show thread cpu` | Quentin Young | 2017-06-30 | 1 | -1/+1 |
* | lib: improve the RB implementation | Rafael Zalamena | 2017-06-16 | 1 | -13/+14 |
* | Merge branch 'stable/3.0' | David Lamparter | 2017-06-13 | 1 | -5/+0 |
|\ |
|
| * | ldpd: remove pledge calls | Renato Westphal | 2017-06-07 | 1 | -5/+0 |
| * | ldpd: fix issues detected by Coverity Scan | Renato Westphal | 2017-06-05 | 1 | -8/+2 |
| * | ldpd: schedule the sending of label messages when necessary | Renato Westphal | 2017-06-05 | 1 | -4/+43 |
| * | ldpd: use synchronous channels for sending log messages | Renato Westphal | 2017-06-05 | 1 | -3/+10 |
| * | ldpd: remove unnecessary checks if a signal was caught | Renato Westphal | 2017-06-05 | 1 | -10/+3 |
| * | ldpd: fix segfault after failed initialization | Renato Westphal | 2017-06-05 | 1 | -3/+6 |
| * | ldpd: simplify initialization of the child processes | Renato Westphal | 2017-06-05 | 1 | -24/+34 |
| * | ldpd: split log.c into two files | Renato Westphal | 2017-06-05 | 1 | -0/+1 |
* | | Merge branch 'stable/3.0' | David Lamparter | 2017-05-18 | 1 | -2/+2 |
|\| |
|
| * | lm: Make relay label manager async | ßingen | 2017-05-11 | 1 | -2/+2 |
* | | *: update thread_add_* calls | Quentin Young | 2017-05-09 | 1 | -7/+6 |
* | | *: remove THREAD_ON macros, add nullity check | Quentin Young | 2017-05-09 | 1 | -2/+5 |
* | | ldpd: fix issues detected by Coverity Scan | Renato Westphal | 2017-04-27 | 1 | -8/+2 |