summaryrefslogtreecommitdiffstats
path: root/ldpd/ldp_vty_conf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ldpd: make allowing broken-lsps to be installed with pop operation configurablelynne2021-05-031-0/+16
* ldpd: defer register for info until configuredFredi Raspall2021-04-261-0/+3
* ldpd: replace inet_ntoaMark Stapp2020-10-221-8/+8
* ldpd: Adding support for LDP IGP SynchronizationKaren Schoener2020-09-091-1/+23
* *: un-split strings across linesDavid Lamparter2020-07-141-6/+3
* *: move CLI node names to cmd_node->nameDavid Lamparter2020-04-161-0/+7
* *: move CLI parent data to cmd_node->parent_nodeDavid Lamparter2020-04-161-0/+7
* *: remove second parameter on install_node()David Lamparter2020-04-161-2/+6
* *: remove cmd_node->vtyshDavid Lamparter2020-04-161-7/+0
* *: clean up cmd_node initializersDavid Lamparter2020-04-161-35/+28
* ldpd: ldp_vty_neighbor_password(): fix auth.md5key_len calculationG. Paul Ziemba2020-04-151-1/+1
* ldpd: adding support for LDP ordered label distribution controlKaren Schoener2020-03-201-0/+16
* *: Replace s_addr 0 => INADDR_ANYDonatas Abraitis2020-02-061-3/+2
* ldpd: null check (Coverity 1452317)paco2018-06-251-0/+3
* ldpd lib: null check (Coverity 1452287 + 20 alike)paco2018-06-211-4/+47
* *: Make assignment from RB_ROOT in while loop work betterDonald Sharp2018-02-231-4/+9
* ldpd: fix issue when displaying the running configurationRenato Westphal2017-10-031-0/+1
* ldpd: remove the "discovery targeted-hello" commands from the interface nodeRenato Westphal2017-10-031-16/+3
* ldpd: convert CLI code to use DEFPYRenato Westphal2017-07-311-134/+76
* ldpd: restore correct defaults on "no discovery ... interval"Renato Westphal2017-07-311-2/+3
* ldpd: add the exit-address-family commandRenato Westphal2017-07-271-1/+1
* Merge remote-tracking branch 'frr/master' into newline-reduxDavid Lamparter2017-07-141-12/+12
|\
| * vtysh: return non-zero for configuration failuresDaniel Walton2017-07-131-12/+12
* | *: remove VTYNL, part 1 of 6David Lamparter2017-07-141-5/+5
* | *: ditch vty_outln(), part 2 of 2David Lamparter2017-07-141-8/+8
* | *: ditch vty_outln(), part 1 of 2David Lamparter2017-07-131-63/+63
|/
* *: vty_outln (vty, "") --> vty_out (vty, VTYNL)Quentin Young2017-06-291-5/+5
* *: use vty_outlnQuentin Young2017-06-291-105/+96
* Merge pull request #730 from opensourcerouting/rbtree-improvementDonald Sharp2017-06-191-3/+4
|\
| * lib: improve the RB implementationRafael Zalamena2017-06-161-3/+4
* | ldpd: update copyright informationRenato Westphal2017-06-161-10/+9
* | ldpd: convert cli and get rid of the xml interfaceRenato Westphal2017-06-161-215/+44
|/
* ldpd: further improvements in the configuration handlingRenato Westphal2017-06-031-42/+42
* *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-151-4/+3
* ldpd: fix small style issuesRenato Westphal2017-04-261-1/+1
* ldpd: do not consume vty_conf when updating the configurationRenato Westphal2017-03-311-158/+74
* ldpd: fix configuration of non-existing VPLS interfaces and pseudowiresRenato Westphal2017-03-311-69/+6
* ldpd: remove the interface vty nodeRenato Westphal2017-03-311-36/+0
* ldpd: remove a few unnecessary functionsRenato Westphal2017-03-271-5/+5
* ldpd: do a full configuration reload upon receiving a SIGHUPRenato Westphal2017-03-271-38/+134
* ldpd: simplify handling of configuration commandsRenato Westphal2017-03-271-152/+62
* *: Refactor if_lookup_by_name to be VRF awareDonald Sharp2017-03-151-6/+6
* ldpd: fix issues reported by coverity scanRenato Westphal2017-02-081-2/+5
* ldpd: introduce advanced filtering capabilitiesRenato Westphal2017-02-021-11/+183
* ldpd: use red-black trees to store 'l2vpn_pw' elementsRenato Westphal2017-01-041-11/+11
* ldpd: use red-black trees to store 'l2vpn_if' elementsRenato Westphal2017-01-041-8/+8
* ldpd: use red-black trees to store 'l2vpn' elementsRenato Westphal2017-01-041-7/+7
* ldpd: use red-black trees to store 'nbr_params' elementsRenato Westphal2017-01-041-7/+7
* ldpd: use red-black trees to store 'tnbr' elementsRenato Westphal2017-01-041-6/+6
* ldpd: use red-black trees to store 'iface' elementsRenato Westphal2017-01-041-5/+5