summaryrefslogtreecommitdiffstats
path: root/ldpd (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #12920 from sri-mohan1/sri-mohan-ldpmobash-rasool2023-03-012-12/+12
|\
| * ldpd: changes for code maintainabilitysri-mohan12023-03-012-12/+12
* | Merge pull request #12863 from sri-mohan1/sri-mohan-ldpDonald Sharp2023-02-221-127/+103
|\|
| * ldpd: changes for code maintainabilitysri-mohan12023-02-221-127/+103
* | Merge pull request #12851 from sri-mohan1/sri-mohan-ldpRuss White2023-02-211-53/+97
|\|
| * ldpd: changes for code maintainabilitysri-mohan12023-02-201-53/+97
* | Merge pull request #12845 from sri-mohan1/sri-mohan-ldpDonatas Abraitis2023-02-191-10/+15
|\|
| * ldpd: changes for code maintainabilitysri-mohan12023-02-191-10/+15
* | *: auto-convert to SPDX License IDsDavid Lamparter2023-02-0938-483/+38
* | Merge pull request #12707 from donaldsharp/missed_enumsDonatas Abraitis2023-02-074-21/+19
|\ \ | |/ |/|
| * ldpd: Add missing enum's to switch statementDonald Sharp2023-01-314-21/+19
* | Merge pull request #12713 from opensourcerouting/fix/json_naming_deprecationDonald Sharp2023-02-011-4/+0
|\ \ | |/ |/|
| * *: Drop deprecated incorrect JSON fields with wrong namingDonatas Abraitis2023-01-311-4/+0
* | *: no-warn pragmas for non-const format stringsDavid Lamparter2023-01-271-0/+4
|/
* ldpd: fix time truncationRafael Zalamena2023-01-201-4/+10
* ldpd: Clean up use after free in shutdownDonald Sharp2022-12-051-1/+1
* Merge pull request #12196 from opensourcerouting/xref-vtyshDonald Sharp2022-11-032-3/+0
|\
| * build, vtysh: extract vtysh commands from .xrefDavid Lamparter2022-10-262-3/+0
* | ldpd: Make ldpd happy with clang-16Donald Sharp2022-10-261-2/+1
|/
* Merge pull request #12066 from opensourcerouting/cleanup-cli-xrefDonald Sharp2022-10-131-1/+1
|\
| * *: fix some malformed CLI docstringsDavid Lamparter2022-10-061-1/+1
* | *: Create and use infrastructure to show debugs in libDonald Sharp2022-10-071-1/+5
|/
* ldpd: changes for code maintainabilitysri-mohan12022-08-301-6/+6
* ldpd: Convert thread_cancel to THREAD_OFFDonald Sharp2022-07-2110-43/+43
* bgpd, ldpd: No need for an explicit NULL check for thread_timer_remain_secondDonatas Abraitis2022-07-183-12/+4
* ldpd: Check if the thread is scheduled before calling for remained timeDonatas Abraitis2022-07-181-1/+3
* *: use FRR interface name definition everywhereRafael Zalamena2022-05-021-11/+11
* *: Fix spelling of intefaceDonald Sharp2022-04-191-1/+1
* Merge pull request #10447 from ton31337/fix/json_with_whitespacesDonald Sharp2022-03-131-0/+4
|\
| * *: Add camelCase JSON keys in addition to PascalCaseDonatas Abraitis2022-02-031-0/+4
* | *: Change thread->func to return void instead of intDonald Sharp2022-02-2413-185/+98
|/
* *: rework renaming the default VRFIgor Ryzhov2021-12-211-1/+1
* ldpd: Convert vty_out to vty_json for JSONDonatas Abraitis2021-11-251-6/+2
* *: Remove unused variablesDonatas Abraitis2021-11-181-8/+0
* ldpd: Replace inet_ntop to %pI4/6 for JSON outputsDonatas Abraitis2021-11-181-29/+16
* Merge pull request #10036 from donaldsharp/finally_frrJafar Al-Gharaibeh2021-11-133-3/+3
|\
| * *: Convert quagga_signal_X to frr_signal_XDonald Sharp2021-11-113-3/+3
* | *: use compiler.h MIN/MAX macros instead of everyone having oneDonald Sharp2021-11-113-7/+4
|/
* lib: Add autocomplete for access-listsDonatas Abraitis2021-10-311-5/+5
* *: convert zclient callbacks to tableDavid Lamparter2021-10-202-9/+13
* Merge pull request #9715 from idryzhov/cleanup-number-named-aclDonatas Abraitis2021-10-131-19/+5
|\
| * *: cleanup number-named access-lists in CLIIgor Ryzhov2021-10-081-19/+5
* | *: don't pass pointers to a local variables to thread_add_*Igor Ryzhov2021-10-071-2/+1
* | ldpd: Do not explicitly set the thread pointer to NULLDonatas Abraitis2021-10-047-21/+0
|/
* Merge pull request #9560 from LabNConsulting/ziemba/frrmod_load-error-messagesDavid Lamparter2021-09-291-2/+1
|\
| * lib/module.c and callers of frrmod_load(): fix error messagesG. Paul Ziemba2021-09-141-2/+1
* | *: fix for -Wstrict-prototypesDavid Lamparter2021-09-021-1/+1
|/
* Merge pull request #9331 from idryzhov/explicit-exitChristian Hopps2021-08-261-0/+6
|\
| * *: explicitly print "exit" at the end of every node configIgor Ryzhov2021-08-231-0/+6
* | *: Drop `break` after using frr_help_exit() in switch/caseDonatas Abraitis2021-08-251-1/+0
|/