summaryrefslogtreecommitdiffstats
path: root/ldpd (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/ /
* | | Merge pull request #6224 from mjstapp/zclient_session_idOlivier Dugeon2020-04-161-0/+1
|\ \ \
| * | | zebra,ldpd: use zapi client session id in LM apisMark Stapp2020-04-161-0/+1
* | | | Merge pull request #5451 from opensourcerouting/rcu-logSantosh P K2020-04-162-5/+15
|\ \ \ \ | |_|/ / |/| | |
| * | | lib: rewrite zlog lock-free & TLS-bufferedDavid Lamparter2020-04-012-5/+15
* | | | ldpd: ldp_vty_neighbor_password(): fix auth.md5key_len calculationG. Paul Ziemba2020-04-151-1/+1
| |/ / |/| |
* | | *: Do not cast to the same typeDonatas Abraitis2020-04-081-1/+1
| |/ |/|
* | Merge pull request #6109 from volta-networks/feat_ldp_host_onlyRenato Westphal2020-04-023-0/+64
|\ \ | |/ |/|
| * ldpd: fixing host-only configuration filter.lynne2020-04-013-0/+64
* | Merge pull request #5925 from volta-networks/synchronous_clientRenato Westphal2020-03-261-1/+10
|\ \ | |/ |/|
| * zebra: Synchronous client queues accumulate messages from zebra.Karen Schoener2020-03-231-1/+10
* | Merge pull request #5851 from volta-networks/feat_ldp_oc_reviewRenato Westphal2020-03-238-13/+207
|\ \
| * | ldpd: adding support for LDP ordered label distribution controlKaren Schoener2020-03-208-13/+207
* | | ldpd: During code inspection we are mixing data sizesDonald Sharp2020-03-117-20/+21
* | | ldpd: remove multiple definitions of thread_masterRuben Kerkhof2020-03-082-6/+0
* | | ldpd: fix another linking issue with GCC-10Ruben Kerkhof2020-03-082-1/+3
* | | ldpd: Fix linking error on Fedora Rawhide with GCC 10Ruben Kerkhof2020-03-082-1/+3
| |/ |/|
* | ldpd: Remove double set of lifDonald Sharp2020-03-031-1/+1
* | ldpd: Cleanup indentation in merge_nbrpsDonald Sharp2020-02-271-21/+23
* | ldpd: Cleanup set but unused variablesDonald Sharp2020-02-273-12/+11
|/
* *: encode zapi labels message using nexthopsMark Stapp2020-02-141-6/+5
* *: Replace s_addr 0 => INADDR_ANYDonatas Abraitis2020-02-061-3/+2
* doc: rename man pages to frr-*David Lamparter2020-01-151-1/+1
* *: generously apply constDavid Lamparter2019-12-022-2/+2
* *: make frr_yang_module_info constDavid Lamparter2019-11-301-1/+1
* ldpd: add missing sanity check in the parsing of label messagesRenato Westphal2019-11-141-0/+8
* *: Convert connected_free to a double pointerDonald Sharp2019-11-021-1/+1
* *: Convert zapi->interface_delete to ifp callbackDonald Sharp2019-09-191-18/+1
* *: Convert interface_down to interface down callbackDonald Sharp2019-09-191-23/+6
* *: Convert from ->interface_up to the interface callbackDonald Sharp2019-09-191-12/+17