summaryrefslogtreecommitdiffstats
path: root/ldpd (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | ldp: Fix bug configuring PWßingen2017-11-171-3/+3
|/
* *: Modify zclient_init to require privs dataDonald Sharp2017-10-242-2/+6
* Merge pull request #1298 from opensourcerouting/iface-rb-treeDonald Sharp2017-10-161-3/+4
|\
| * *: use the FOR_ALL_INTERFACES abstraction from babeldRenato Westphal2017-10-101-1/+1
| * *: introduce new rb-tree to optimize interface lookup by ifindexRenato Westphal2017-10-101-1/+1
| * *: eliminate IFINDEX_DELETED in favor of IFINDEX_INTERNALRenato Westphal2017-10-101-1/+1
| * *: use rb-trees to store interfaces instead of sorted linked-listsRenato Westphal2017-10-101-2/+3
* | ldpd: send correct notification code upon receipt of malformed packetRenato Westphal2017-10-101-1/+1
* | ldpd: fix heap-use-after-free at exitRenato Westphal2017-10-102-2/+18
|/
* ldpd: fix clang warningVincent JARDIN2017-10-081-0/+1
* ldpd: sprinkle in some asserts to make scan-build happyRenato Westphal2017-10-067-5/+12
* lib, ldpd: fix "argument cannot be negative" coverity warningsRenato Westphal2017-10-061-4/+9
* ldpd: Fix compiler warning about uninitialized rtDonald Sharp2017-10-041-1/+1
* Merge pull request #1282 from opensourcerouting/ldpd-minor-issuesDonald Sharp2017-10-044-38/+60
|\
| * ldpd: detach stdin/stdout/stderr from the child processesRenato Westphal2017-10-031-1/+7
| * ldpd: fix issue when displaying the running configurationRenato Westphal2017-10-031-0/+1
| * ldpd: remove the "discovery targeted-hello" commands from the interface nodeRenato Westphal2017-10-033-36/+51
| * ldpd: fix wrong indentation in the help menuRenato Westphal2017-10-031-1/+1
* | ldpd: add more filtering options in some "show" commandsRenato Westphal2017-09-293-112/+401
* | ldpd: improve ordering of interfaces on user outputRenato Westphal2017-09-293-7/+7
|/
* ldpd: guard the label allocation debug messagesRenato Westphal2017-09-125-5/+26
* ldpd: fix broken label allocationRenato Westphal2017-09-121-1/+2
* *: use zapi_route to send/receive redistributed routes as wellRenato Westphal2017-08-241-70/+36
* babeld/eigrpd/ldpd/nhrpd: add prefix length sanity checksRenato Westphal2017-08-231-1/+2
* Merge pull request #939 from jbonor/optimizationLou Berger2017-08-224-4/+4
|\
| * lib: standardize use of queue.hJorge Boncompte2017-08-174-4/+4
* | Merge pull request #1009 from donaldsharp/show_cmdsDavid Lamparter2017-08-211-7/+7
|\ \
| * | *: Add 'show debugging' command from vtyshDonald Sharp2017-08-211-7/+7
| |/
* / *: centralize some exit cleanup into libfrrDavid Lamparter2017-08-151-5/+3
|/
* Merge branch 'frr/pull/822' ("EVPN fixes")David Lamparter2017-08-091-8/+10
|\
| * ldpd: Use JSON_STRDonald Sharp2017-08-081-8/+10
* | Merge remote-tracking branch 'frr/master' into tcp-zebraDavid Lamparter2017-08-0914-109/+286
|\ \
| * \ Merge pull request #911 from opensourcerouting/non-recursive-2Donald Sharp2017-08-094-31/+66
| |\ \
| | * | build: non-recursive ldpdDavid Lamparter2017-08-044-31/+66
| * | | Merge pull request #892 from opensourcerouting/watchfrr-simplifyDonald Sharp2017-08-092-0/+2
| |\ \ \
| | * | | lib: privs: make uid/gid accessible before setuidDavid Lamparter2017-08-022-0/+2
| | |/ /
| * | | zebra: fix pseudowire code re. upstream changesDavid Lamparter2017-08-091-1/+1
| * | | ldpd: fix missing label mappingsRenato Westphal2017-08-092-3/+6
| * | | ldpd: integrate with the pseudowire manager in zebraRenato Westphal2017-08-097-72/+204
| * | | zebra: add pseudowire managerßingen2017-08-092-3/+1
| * | | ldpd: fix bug with dual-stack neighborsRenato Westphal2017-08-091-0/+7
| | |/ | |/|
* / | *: remove --enable-tcp-zebra, rework ZAPI pathDavid Lamparter2017-08-082-2/+4
|/ /
* | ldpd: use NO_STRQuentin Young2017-08-071-37/+37
* | ldpd: Switch to using ETH_ALENDonald Sharp2017-08-043-6/+6
|/
* ldpd: update .gitignoreRenato Westphal2017-07-311-0/+1
* ldpd: silence coverity scan warningRenato Westphal2017-07-311-1/+5
* ldpd: add auto-complete for l2vpnsRenato Westphal2017-07-311-2/+24
* ldpd: convert CLI code to use DEFPYRenato Westphal2017-07-316-736/+276
* ldpd: restore correct defaults on "no discovery ... interval"Renato Westphal2017-07-311-2/+3
* ldpd: fix missing "no" commands in vtyshRenato Westphal2017-07-311-29/+87