summaryrefslogtreecommitdiffstats
path: root/ldpd/ldp_vty_exec.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-15/+1
* *: Drop deprecated incorrect JSON fields with wrong namingDonatas Abraitis2023-01-311-4/+0
* *: Add camelCase JSON keys in addition to PascalCaseDonatas Abraitis2022-02-031-0/+4
* 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
* ldpd: replace inet_ntoaMark Stapp2020-10-221-47/+75
* ldpd: Adding support for LDP IGP SynchronizationKaren Schoener2020-09-091-2/+119
* *: un-split strings across linesDavid Lamparter2020-07-141-6/+3
* ldpd: Relay data plane pseudowire status in LDP notificationKaren Schoener2020-06-011-2/+2
* ldpd and Zebra: Expand existing debug commands.lynne2020-05-111-0/+4
* *: sprintf -> snprintfQuentin Young2020-04-211-2/+4
* ldpd: Fix compiler warning about uninitialized rtDonald Sharp2017-10-041-1/+1
* ldpd: add more filtering options in some "show" commandsRenato Westphal2017-09-291-98/+334
* ldpd: convert CLI code to use DEFPYRenato Westphal2017-07-311-17/+17
* *: remove VTYNL, part 6 of 6David Lamparter2017-07-141-29/+27
* *: remove VTYNL, part 3 of 6David Lamparter2017-07-141-3/+3
* *: remove VTYNL, part 1 of 6David Lamparter2017-07-141-10/+10
* *: ditch vty_outln(), part 2 of 2David Lamparter2017-07-141-10/+10
* *: ditch vty_outln(), part 1 of 2David Lamparter2017-07-131-57/+57
* *: vty_outln (vty, "") --> vty_out (vty, VTYNL)Quentin Young2017-06-291-10/+10
* *: s/VTY_NEWLINE/VTYNL/gQuentin Young2017-06-291-17/+17
* *: use vty_outlnQuentin Young2017-06-291-132/+114
* ldpd: update copyright informationRenato Westphal2017-06-161-10/+9
* ldpd: convert cli and get rid of the xml interfaceRenato Westphal2017-06-161-28/+20
* *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-151-4/+3
* ldpd: minor changes in the output of some show commandsRenato Westphal2017-04-261-2/+2
* ldpd: fix harmless maybe-uninitialized warningRenato Westphal2017-03-311-2/+2
* ldpd: replace all occurrences of '\n' with VTY_NEWLINERenato Westphal2017-03-281-14/+15
* ldpd: provide more detailed information in some show commandsRenato Westphal2017-03-211-144/+357
* ldpd: add commands to show sent/rcvd capabilitiesRenato Westphal2017-03-211-1/+201
* ldpd: provide both a brief and a detailed version of some show commandsRenato Westphal2017-03-211-42/+360
* Merge remote-tracking branch 'origin/stable/2.0'Donald Sharp2017-02-021-2/+2
|\
| * ldpd: add ctl_socket cli option to override the compiled-in location for the ...Renato Westphal2017-01-251-2/+2
* | ldpd: reorganize json support and fix a few issuesRenato Westphal2017-01-131-392/+620
* | ldpd: json support for show commandsDaniel Walton2017-01-131-121/+324
|/
* ldpd: adapt the code for QuaggaRenato Westphal2016-09-231-0/+667