summaryrefslogtreecommitdiffstats
path: root/vtysh (follow)
Commit message (Expand)AuthorAgeFilesLines
* lib: adapt to version 2 of libyangChristian Hopps2021-05-132-1/+34
* Merge pull request #8636 from idryzhov/ospfv3-vrf-supportRafael Zalamena2021-05-061-2/+2
|\
| * ospf6d: add vty support for multiple vrfsharios_niral2021-05-061-2/+2
* | bgpd: Create BGP alias names for community/large-communityDonatas Abraitis2021-05-051-5/+9
* | lib, ripd, ripngd, vtysh: Move distribute list to `correct` spotDonald Sharp2021-05-041-7/+0
|/
* Merge pull request #8465 from opensourcerouting/vtysh-scan-snafuMark Stapp2021-04-162-159/+9
|\
| * vtysh: add lib/thread.c to vtysh_scanDavid Lamparter2021-04-151-1/+1
| * vtysh: add lib/resolver.c to vtysh_scanDavid Lamparter2021-04-151-0/+3
| * vtysh: add lib/spf_backoff.c to vtysh_scanDavid Lamparter2021-04-151-0/+3
| * vtysh: add lib/log_vty.c to vtysh_scanDavid Lamparter2021-04-152-157/+1
| * vtysh: fix extract.pl for commands with "_cmd"David Lamparter2021-04-131-1/+1
* | Merge pull request #8450 from ton31337/feature/frr_history_turn_on_offDonald Sharp2021-04-141-9/+29
|\ \ | |/ |/|
| * vtysh: Set history file on demandDonatas Abraitis2021-04-121-9/+29
* | Merge pull request #8389 from idryzhov/route-map-optimization-nbRenato Westphal2021-04-131-0/+3
|\ \
| * | lib, doc: add "route-map NAME optimization" commandIgor Ryzhov2021-04-091-0/+3
* | | Merge pull request #8288 from qlyoung/readd-space-support-to-find-commandDavid Lamparter2021-04-131-4/+4
|\ \ \
| * | | lib, vtysh: re-add support for spaces in 'find'Quentin Young2021-04-071-4/+4
* | | | *: remove *.conf.sample filesQuentin Young2021-04-092-8/+0
| |_|/ |/| |
* | | vtysh: add "show memory" for a single daemonIgor Ryzhov2021-04-081-2/+7
|/ /
* / bfdd: fix profiles autocompletionIgor Ryzhov2021-04-011-1/+1
|/
* vtysh: hide "show configuration running" commandIgor Ryzhov2021-03-241-1/+1
* *: require semicolon after DEFINE_<typesafe...>David Lamparter2021-03-171-2/+2
* *: require semicolon after DEFINE_MTYPE & coDavid Lamparter2021-03-173-5/+5
* *: require ISO C11 (or C++11)David Lamparter2021-03-171-1/+1
* Merge pull request #7945 from volta-networks/feat_isis_snmpRenato Westphal2021-03-151-1/+1
|\
| * isisd: support for snmplynne2021-03-021-1/+1
* | Merge pull request #8073 from idryzhov/vtysh-show-configSantosh P K2021-03-011-0/+19
|\ \
| * | lib: allow "show config running" command for non-transactional CLIIgor Ryzhov2021-02-121-0/+19
| |/
* / vtysh: fix show_per_daemon for multi-instance ospfdIgor Ryzhov2021-02-241-1/+1
|/
* vtysh: disable bracketed paste in readlineQuentin Young2021-02-081-0/+6
* lib/xref: add xrefs for install_element()David Lamparter2021-02-011-5/+5
* pathd: Skip SR-TE topotests if pathd has been disabledSebastien Merle2021-01-111-0/+6
* Merge pull request #7351 from opensourcerouting/feature/pathdOlivier Dugeon2020-12-182-1/+273
|\
| * pathd: Add optional support for PCEP to pathdSebastien Merle2020-12-181-10/+119
| * pathd: New SR-TE policy management daemonSebastien Merle2020-12-182-1/+164
* | vtysh: When dry-running no need to start/end configurationDonald Sharp2020-12-154-12/+14
* | lib, vtysh: Modify start/end configuration commands to be more hiddenDonald Sharp2020-12-151-2/+2
|/
* Merge pull request #7667 from donaldsharp/vtysh_more_useful_dataMark Stapp2020-12-041-1/+2
|\
| * vtysh: Have help dump the how FRR was builtDonald Sharp2020-12-041-1/+2
| * vtysh: Display version w/ vtysh --helpDonald Sharp2020-12-041-1/+1
* | doc, vtysh: Add a `show history` commandDonald Sharp2020-12-031-0/+17
|/
* vtysh: fix incorrect memory statisticsIgor Ryzhov2020-11-301-5/+3
* vtysh: fix memory leakIgor Ryzhov2020-11-301-1/+3
* Merge pull request #7577 from donaldsharp/datacenter_stuffDonatas Abraitis2020-11-241-0/+5
|\
| * vtysh: Start deprecation cycle for `address-family evpn`Donald Sharp2020-11-201-0/+5
* | Merge pull request #7223 from idryzhov/fix-vtysh-view-nodeQuentin Young2020-11-231-77/+60
|\ \ | |/ |/|
| * vtysh: fix node for "show yang operational-data"Igor Ryzhov2020-11-211-1/+1
| * vtysh: fix execution of commands from the view nodeIgor Ryzhov2020-11-211-76/+59
* | Merge pull request #7574 from idryzhov/fix-quitDonald Sharp2020-11-201-1/+1
|\ \
| * | vtysh: send quit command to watchfrrIgor Ryzhov2020-11-201-1/+1
| |/