summaryrefslogtreecommitdiffstats
path: root/vtysh/vtysh_config.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* vtysh: Make nexthop-group submode line uniqueDonald Sharp2019-07-131-1/+2
* lib: split off c-ares code from nhrpdDavid Lamparter2019-07-031-1/+4
* Lib: Debugs for route-map code in FRRAmeya Dharkar2019-06-121-1/+6
* lib: crash when FRR hostname length > 80 charsLakshman Krishnamoorthy2019-05-311-2/+2
* vtysh: don't sort vrrp interface configQuentin Young2019-05-171-0/+4
* *: remove null check before XFREEQuentin Young2019-02-261-2/+1
* Treewide: use ANSI function definitionsRuben Kerkhof2019-01-241-2/+2
* lib: introduce new northbound APIRenato Westphal2018-10-271-1/+5
* vtysh: fix exit-vrf printingQuentin Young2018-10-241-12/+76
* bgpd: remove ip prefix from as-path, <large,ext>community-listSarita Patra2018-10-051-8/+8
* *: list_delete_and_null() -> list_delete()David Lamparter2018-10-021-2/+2
* vtysh: support fabricdChristian Franke2018-09-051-0/+3
* bfdd: add vty shell commandsRafael Zalamena2018-08-081-0/+2
* vtysh: Respect order dependancy of some pim commandsDonald Sharp2018-08-021-0/+3
* *: style for | supportQuentin Young2018-06-061-1/+1
* vtysh: add | supportQuentin Young2018-06-061-21/+12
* vtysh, zebra: print exit-vrf at end of vrf contextQuentin Young2018-04-171-0/+6
* pbrd: Add PBR to FRRDonald Sharp2018-04-061-0/+5
* bgpd: `logical-router` netns vtysh configuration comparison incorrectPhilippe Guibert2018-04-031-1/+1
* lib: remove SERVICE_NODEQuentin Young2018-03-301-5/+3
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-271-1/+1
* *: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger2018-03-061-5/+5
* Merge pull request #1833 from opensourcerouting/fix-vtysh-output-initQuentin Young2018-03-061-1/+1
|\