summaryrefslogtreecommitdiffstats
path: root/ldpd (follow)
Commit message (Expand)AuthorAgeFilesLines
* lib, bgpd: add a specific oid_copy function for IPv6 addrsPat Ruddy2021-03-251-28/+18
* *: require semicolon after FRR_DAEMON_INFO & co.David Lamparter2021-03-172-4/+7
* *: require semicolon after DEFINE_QOBJ & co.David Lamparter2021-03-172-21/+21
* *: require semicolon after DEFINE_HOOK & co.David Lamparter2021-03-174-4/+6
* snmp: change -std=gnu99 to -std=gnu11David Lamparter2021-03-171-1/+1
* ldpd: Add support for the read-only snmp mib objects that are statisticsKaren Schoener2021-03-164-4/+261
* ldpd: Add support for read-only snmp mib objects (excluding statistics)Karen Schoener2021-02-248-12/+1190
* ldpd: fix sporadic failures in the ldp-topo1 topotestRenato Westphal2021-01-152-10/+0
* ldpd: add support for RLFA clientsRenato Westphal2021-01-0912-5/+562
* ldpd: detect when route received from zebra hasn't changedRenato Westphal2021-01-092-0/+10
* Merge pull request #7703 from volta-networks/fix_ldpsync_remove_helloDonald Sharp2020-12-101-30/+0
|\
| * ldpd, isisd, ospfd: Remove periodic ldp-sync hello messageKaren Schoener2020-12-091-30/+0
* | ldpd: fix printfrr format specifiers in the child processesRenato Westphal2020-12-091-2/+3
|/
* ldpd: Prevent usage after freeDonald Sharp2020-11-271-3/+3
* ldpd: Prevent usage after freeDonald Sharp2020-11-251-3/+3
* *: Convert all usage of zclient_send_message to new enumDonald Sharp2020-11-152-10/+25
* *: unify thread/event cancel macrosMark Stapp2020-10-2310-47/+45
* ldpd: replace inet_ntoaMark Stapp2020-10-2214-145/+174
* vtysh: dynamically generate the list of daemons for commandsIgor Ryzhov2020-10-021-0/+1
* Merge pull request #6789 from volta-networks/feat_ldp_igp_syncRenato Westphal2020-09-1118-8/+833
|\
| * ldpd: Adding support for LDP IGP SynchronizationKaren Schoener2020-09-0918-8/+833
* | ldpd: Fix issue when starting up LDP with no configuration.lynne2020-09-046-13/+221
|/
* ldpd: ldp-oc withdraw fixlynne2020-08-051-9/+23
* ldpd: process pw-status in received orderKaren Schoener2020-07-204-6/+30
* *: un-split strings across linesDavid Lamparter2020-07-1411-80/+40
* ldpd: clean up temp zlog filesMark Stapp2020-06-223-1/+7
* *: integrate remaining daemons with filterRafael Zalamena2020-06-051-0/+1
* ldpd: Relay data plane pseudowire status in LDP notificationKaren Schoener2020-06-015-15/+10
* ldpd and Zebra: Expand existing debug commands.lynne2020-05-115-4/+48
* Merge pull request #6352 from volta-networks/fix_ldp_dscpRenato Westphal2020-05-061-0/+10
|\
| * ldpd: LDP does not always send traffic with correct DSCP value.Karen Schoener2020-05-061-0/+10
* | build: don't link ldpd.c twiceDavid Lamparter2020-05-051-1/+0
|/
* Merge pull request #6241 from volta-networks/fix_ldp_aclRenato Westphal2020-04-306-8/+401
|\
| * ldpd: fix ACL rule modificationlynne2020-04-296-8/+401
* | build: make clippy Makefile rules nicerDavid Lamparter2020-04-271-2/+3
* | build: use VPATH for vtysh_scanDavid Lamparter2020-04-271-1/+1
* | Merge pull request #6274 from mjstapp/fix_lde_blocking_sleepOlivier Dugeon2020-04-242-14/+40
|\ \
| * | ldpd: use a timer instead of sleeping in LM initMark Stapp2020-04-232-14/+40
* | | Merge pull request #6262 from qlyoung/remove-sprintfDavid Lamparter2020-04-231-2/+4
|\ \ \ | |/ / |/| |
| * | *: sprintf -> snprintfQuentin Young2020-04-211-2/+4
* | | Merge pull request #6147 from opensourcerouting/ldpd-broken-lspsRuss White2020-04-211-16/+26
|\ \ \ | |/ / |/| |
| * | ldpd: don't drop packets coming through a broken LSPRenato Westphal2020-04-081-16/+26
* | | Merge pull request #6247 from FRRouting/nb_conversionsDonald Sharp2020-04-171-0/+1
|\ \ \
| * | | *: include vrf northbound module in initChirag Shah2020-04-161-0/+1
| | |/ | |/|
* | | Merge pull request #6135 from opensourcerouting/cli-node-cleanupDonald Sharp2020-04-174-54/+57
|\ \ \
| * | | *: move CLI node names to cmd_node->nameDavid Lamparter2020-04-162-0/+8
| * | | *: move CLI parent data to cmd_node->parent_nodeDavid Lamparter2020-04-161-0/+7
| * | | *: remove second parameter on install_node()David Lamparter2020-04-164-14/+18
| * | | *: remove cmd_node->vtyshDavid Lamparter2020-04-162-8/+0
| * | | *: clean up cmd_node initializersDavid Lamparter2020-04-162-40/+32
| |/ /