summaryrefslogtreecommitdiffstats
path: root/vtysh/vtysh_config.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* vtysh: remove resync workaround when exiting to config nodeIgor Ryzhov2024-02-071-2/+0
* mgmtd, vtysh: fix possible conflict when reading the configIgor Ryzhov2024-02-071-1/+7
* bgpd: add support of rpki in vrf configure contextPhilippe Guibert2024-01-181-1/+10
* lib: mgmtd: fix debug cli commands and memleaksChristian Hopps2023-11-111-0/+6
* vtysh: Print uniq lines when parsing `no service ...`Donatas Abraitis2023-08-111-8/+4
* vtysh: fix checking empty interface nodeIgor Ryzhov2023-08-041-3/+1
* vtysh: track and fix file-lock use in the workaround from 2004Christian Hopps2023-07-151-1/+3
* mgmtd: KISS the locking codeChristian Hopps2023-06-191-1/+1
* vtysh: Exit with first received error code when forkingDonald Sharp2023-03-281-3/+13
* vtysh: use fork() workflow for -f tooQuentin Young2023-03-281-5/+94
* Merge pull request #12780 from opensourcerouting/spdx-license-idDonald Sharp2023-02-171-16/+1
|\
| * *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-16/+1
* | lib,yang,zebra: add affinity-map supportLouis Scalbert2023-02-091-8/+12
|/
* vtysh: Cleanup memory leakDonald Sharp2022-12-051-1/+5
* lib, vtysh: Add ability to specify resilient nhgsDonald Sharp2022-11-041-5/+17
* vtysh: Allow `service ...` lines to not repeatDonald Sharp2022-11-031-2/+2
* vtysh: Ensure an empty string does not get printed for host/domainNico Berlee2022-10-251-5/+8
* vtysh: Show allow-reserved-ranges once in configDonatas Abraitis2022-09-271-0/+2
* vtysh: Properly handle `service cputime-warning XX` in configDonald Sharp2022-09-271-1/+3
* vtysh: Properly handle `[no] service cputime-stats` in configDonald Sharp2022-09-271-1/+5
* lib, vtysh: Add `allow-reserved-ranges` global commandDonatas Abraitis2022-07-011-8/+12
* vtysh: fix duplicated output of key chain configurationIgor Ryzhov2021-12-031-29/+80
* vtysh: add missing rpki node when showing configIgor Ryzhov2021-11-281-0/+2
* vtysh: remove sorting of vrf node commandsIgor Ryzhov2021-09-201-1/+0
* *: explicitly print "exit" at the end of every node configIgor Ryzhov2021-08-231-9/+9
* vtysh: add CLI timestamp '-t' flagChristian Hopps2021-06-301-0/+6
* *: new cli-nodes for SRv6 manager (step2)Hiroki Shirokura2021-06-021-0/+4
* bgpd: Create BGP alias names for community/large-communityDonatas Abraitis2021-05-051-5/+9
* lib, doc: add "route-map NAME optimization" commandIgor Ryzhov2021-04-091-0/+3
* *: require semicolon after DEFINE_<typesafe...>David Lamparter2021-03-171-2/+2
* *: require semicolon after DEFINE_MTYPE & coDavid Lamparter2021-03-171-3/+3
* vtysh: When dry-running no need to start/end configurationDonald Sharp2020-12-151-5/+7
* lib, vtysh: Modify start/end configuration commands to be more hiddenDonald Sharp2020-12-151-2/+2
* vtysh: fix memory leakIgor Ryzhov2020-11-301-1/+3
* lib, sharpd, vtysh: When reading a file in for config send start/end indicatorsDonald Sharp2020-11-191-0/+4
* vtysh: fix multiple "domainname" commands in running configIgor Ryzhov2020-10-021-2/+2
* vtysh: Speed up output of configuration across daemonsDonald Sharp2020-08-041-19/+46
* Revert "Rpki Encapsulation"Quentin Young2020-07-141-12/+1
* Merge pull request #5015 from pguibert6WIND/rpki_vrf_encapsulationQuentin Young2020-07-141-1/+12
|\
| * bgpd: duplicate config commands into rpki-vrf subnodePhilippe Guibert2020-07-021-1/+10
| * lib, vtysh: bgp rpki constistent changes with rpki_nodePhilippe Guibert2020-07-021-0/+2
* | vtysh: Improve lookup performanceDonald Sharp2020-06-301-1/+3
* | vtysh: master is a non-sorted listDonald Sharp2020-06-301-11/+10
|/
* *: sprintf -> snprintfQuentin Young2020-04-211-1/+2
* *: Remove parenthesis on return for constantsDonatas Abraitis2020-02-091-1/+1
* vtysh: Ensure interface `ip mroute ...` commands are lastDonald Sharp2019-12-201-0/+2
* vtysh: fix multiple "no ip/ipv6 prefix-list sequence-number" lines in running...Igor Ryzhov2019-09-181-1/+3
* all: remove logical-router functionality (#4774)David Lamparter2019-08-061-3/+0
|\
| * all: remove logical-router functionalityIgor Ryzhov2019-08-021-3/+0
* | vtysh: Replace linked-list in vtysh_config with RB-treeJuergen Werner2019-08-021-17/+21
|/