summaryrefslogtreecommitdiffstats
path: root/vtysh/vtysh.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into mpls2Donald Sharp2017-04-261-1/+1
|\
| * Merge pull request #400 from dwalton76/default-frr-confMartin Winter2017-04-251-1/+1
| |\
| | * vtysh: "Command incomplete: log syslog"Daniel Walton2017-04-241-1/+1
* | | Merge remote-tracking branch 'origin/master' into mpls2Donald Sharp2017-04-261-2/+0
|\| |
| * | vtysh: remove deprecated HAVE_EVPN flagPhilippe Guibert2017-04-191-2/+0
| |/
* / bgpd: labeled unicast configDon Slice2017-04-061-22/+59
|/
* Merge pull request #294 from opensourcerouting/modulesDonald Sharp2017-04-041-10/+25
|\
| * vtysh: handle "show modules" like "show memory"David Lamparter2017-04-041-10/+25
* | ldpd: remove the interface vty nodeRenato Westphal2017-03-311-2/+2
|/
* *: add frr_config_fork()David Lamparter2017-03-081-48/+23
* nhrpd: implement next hop resolution protocolTimo Teräs2017-03-071-0/+1
* Lowercase frr.confMartín Beauchamp2017-02-271-1/+1
* Merge remote-tracking branch 'origin/stable/2.0'Donald Sharp2017-02-241-1/+1
|\
| * vtysh: Fix Coverity Warning CID 1399479 (#1 of 1): Destination buffer too sma...Martin Winter2017-02-101-1/+1
* | bgpd: remove old address-family vty command for evpnPhilippe Guibert2017-02-141-1/+1
* | bgpd: add support for evpn subnode by using afi/safi parameterPhilippe Guibert2017-02-141-3/+4
* | vtysh: add support for bgp evpn address-familyPhilippe Guibert2017-02-141-2/+30
* | Merge remote-tracking branch 'origin/stable/2.0'Donald Sharp2017-02-091-1/+1
|\|
| * *: Found some instances of Quagga.confDonald Sharp2017-02-071-1/+1
| * bgpd, vtysh: Fix vtysh able to handle some safi modes for bgpDonald Sharp2017-02-031-2/+53
* | Merge remote-tracking branch 'origin/stable/2.0'Donald Sharp2017-02-021-11/+41
|\|
| * vtysh: Add vty_socket cli option to override the compiled-in location for the...Martin Winter2017-01-251-11/+41
* | lib: clean up tab-completion memory countingDavid Lamparter2017-01-311-2/+3
* | bgpd, vtysh: Allow bgp and vtysh to work together againDonald Sharp2017-01-261-30/+36
* | bgpd: add vrf-policy config using existing vnc codeLou Berger2017-01-231-0/+39
* | Merge branch 'master' into fix-proto_redistnumQuentin Young2017-01-071-11/+12
|\ \
| * | Merge remote-tracking branch 'origin/stable/2.0'Donald Sharp2017-01-061-11/+12
| |\|
| | * watchfrr: Rename watchquagga -> watchfrrDonald Sharp2017-01-041-3/+3
| | * build: replace some hardcoding with ./configureDavid Lamparter2016-12-201-4/+5
| | * build: rename (1 of ?): configure.ac + preprocDavid Lamparter2016-12-201-4/+4
| | * vtysh: Fix static compilationDonald Sharp2016-12-091-7/+7
* | | all: use ->text when parsing protocol argumentQuentin Young2016-12-161-1/+1
|/ /
* | vtysh: Fix static compilationDonald Sharp2016-12-081-7/+7
* | *: fix up DEFUNs without install_element callsDavid Lamparter2016-12-051-19/+5
* | *: make DEFUN installations file-localDavid Lamparter2016-12-011-0/+9
* | *: fix CLI copypasta mixupsDavid Lamparter2016-11-291-1/+1
* | vtysh: initialise readline before binding keyDavid Lamparter2016-11-231-0/+1
* | Merge branch 'cmaster-next' into vtysh-grammarQuentin Young2016-11-221-0/+12
|\|
| * vtysh, zebra: Fix link-params to use exit-link-paramsDonald Sharp2016-11-181-0/+12
* | Merge branch 'cmaster-next' into vtysh-grammarQuentin Young2016-11-121-73/+91
|\|
| * vtysh: improve config-write error reportingDavid Lamparter2016-11-101-7/+6
| * vtysh: funnel integrated write through watchquaggaDavid Lamparter2016-11-091-1/+17
| * vtysh: add watchquagga to target listDavid Lamparter2016-11-091-7/+8
| * vtysh: set config file permissionsDavid Lamparter2016-11-091-6/+54
| * vtysh: add -w option for integrated-config writeDavid Lamparter2016-11-091-5/+5
| * vtysh: detangle configuration writesDavid Lamparter2016-11-091-57/+11
* | lib, vtysh: Fix memory leaks, change cmd_element to constQuentin Young2016-11-121-3/+3
* | bgpd, vtysh: Fix failing bgp cliQuentin Young2016-11-091-13/+3
* | all: Fix underfull doc strings, part 1Quentin Young2016-11-051-2/+2
* | vtysh: Condense a few address-family commandsQuentin Young2016-11-041-48/+12