summaryrefslogtreecommitdiff
path: root/ldpd/ldp_vty_exec.c
AgeCommit message (Expand)Author
2025-04-08ldpd: clean up warnings from -WshadowMark Stapp
2023-10-12build: add -Wimplicit-fallthroughIgor Ryzhov
2023-03-02Merge pull request #12920 from sri-mohan1/sri-mohan-ldpmobash-rasool
2023-03-01ldpd: changes for code maintainabilitysri-mohan1
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2023-01-31*: Drop deprecated incorrect JSON fields with wrong namingDonatas Abraitis
2022-02-03*: Add camelCase JSON keys in addition to PascalCaseDonatas Abraitis
2021-11-25ldpd: Convert vty_out to vty_json for JSONDonatas Abraitis
2021-11-18*: Remove unused variablesDonatas Abraitis
2021-11-18ldpd: Replace inet_ntop to %pI4/6 for JSON outputsDonatas Abraitis
2020-10-22ldpd: replace inet_ntoaMark Stapp
2020-09-09ldpd: Adding support for LDP IGP SynchronizationKaren Schoener
2020-07-14*: un-split strings across linesDavid Lamparter
2020-06-01ldpd: Relay data plane pseudowire status in LDP notificationKaren Schoener
2020-05-11ldpd and Zebra: Expand existing debug commands.lynne
2020-04-20*: sprintf -> snprintfQuentin Young
2017-10-03ldpd: Fix compiler warning about uninitialized rtDonald Sharp
2017-09-28ldpd: add more filtering options in some "show" commandsRenato Westphal
2017-07-31ldpd: convert CLI code to use DEFPYRenato Westphal
2017-07-14*: remove VTYNL, part 6 of 6David Lamparter
2017-07-14*: remove VTYNL, part 3 of 6David Lamparter
2017-07-14*: remove VTYNL, part 1 of 6David Lamparter
2017-07-14*: ditch vty_outln(), part 2 of 2David Lamparter
2017-07-13*: ditch vty_outln(), part 1 of 2David Lamparter
2017-06-29*: vty_outln (vty, "") --> vty_out (vty, VTYNL)Quentin Young
2017-06-29*: s/VTY_NEWLINE/VTYNL/gQuentin Young
2017-06-29*: use vty_outlnQuentin Young
2017-06-16ldpd: update copyright informationRenato Westphal
2017-06-16ldpd: convert cli and get rid of the xml interfaceRenato Westphal
2017-05-15*: make consistent & update GPLv2 file headersDavid Lamparter
2017-04-26ldpd: minor changes in the output of some show commandsRenato Westphal
2017-03-31ldpd: fix harmless maybe-uninitialized warningRenato Westphal
2017-03-27ldpd: replace all occurrences of '\n' with VTY_NEWLINERenato Westphal
2017-03-20ldpd: provide more detailed information in some show commandsRenato Westphal
2017-03-20ldpd: add commands to show sent/rcvd capabilitiesRenato Westphal
2017-03-20ldpd: provide both a brief and a detailed version of some show commandsRenato Westphal
2017-02-02Merge remote-tracking branch 'origin/stable/2.0'Donald Sharp
2017-01-26ldpd: add ctl_socket cli option to override the compiled-in location for the ...Renato Westphal
2017-01-13ldpd: reorganize json support and fix a few issuesRenato Westphal
2017-01-13ldpd: json support for show commandsDaniel Walton
2016-09-23ldpd: adapt the code for QuaggaRenato Westphal