summaryrefslogtreecommitdiffstats
path: root/eigrpd/eigrp_cli.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #15196 from idryzhov/nb-leaf-listDonald Sharp2024-01-241-16/+24
|\
| * lib: remove leaf-list xpath hack from northboundIgor Ryzhov2024-01-231-16/+24
* | eigrpd: use correct autocompletion for distribute-list commandsIgor Ryzhov2024-01-221-8/+63
* | eigrpd: convert distribute-list configuration to northboundIgor Ryzhov2024-01-221-0/+60
|/
* lib: all: remove './' from xpath 22% speedupChristian Hopps2023-11-291-28/+28
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-15/+1
* build, vtysh: extract vtysh commands from .xrefDavid Lamparter2022-10-261-2/+0
* *: fix interface config write in NB-converted daemonsIgor Ryzhov2021-10-251-25/+1
* lib: northbound cli show/cmd functions must not modify data nodesIgor Ryzhov2021-10-131-24/+31
* Merge pull request #9496 from idryzhov/vrf-cmd-init-unused-argDavid Lamparter2021-08-271-1/+1
|\
| * lib: remove unused argument from vrf_cmd_initIgor Ryzhov2021-08-261-1/+1
* | *: explicitly print "exit" at the end of every node configIgor Ryzhov2021-08-231-0/+1
|/
* *: cleanup interface node installationIgor Ryzhov2021-07-291-12/+1
* lib: remove vrf-interface config when removing the VRFIgor Ryzhov2021-06-211-0/+2
* northbound: KISS always batch yang config (file read), it's fasterChristian Hopps2021-06-021-1/+1
* lib: adapt to version 2 of libyangChristian Hopps2021-05-131-1/+1
* eigrpd: fix dependency on operational state in cliIgor Ryzhov2021-03-161-12/+11
* eigrpd: fix xpathsIgor Ryzhov2021-03-161-2/+2
* eigrpd: Create eigrp_cli.h and move forward declarationsDonnie Savage2021-01-121-0/+1
* *: introduce DEFPY_YANG & friendsRenato Westphal2020-08-031-30/+30
* *: move CLI node names to cmd_node->nameDavid Lamparter2020-04-161-0/+2
* *: move CLI parent data to cmd_node->parent_nodeDavid Lamparter2020-04-161-0/+2
* *: remove second parameter on install_node()David Lamparter2020-04-161-2/+6
* *: remove cmd_node->vtyshDavid Lamparter2020-04-161-2/+0
* *: clean up cmd_node initializersDavid Lamparter2020-04-161-3/+10
* eigrpd: Add `router eigrp AS [vrf NAME]` and various stuffDonald Sharp2019-08-071-10/+16
* eigrpd: migrate old CLI to northboundRafael Zalamena2019-08-031-0/+920