summaryrefslogtreecommitdiffstats
path: root/vtysh (follow)
Commit message (Expand)AuthorAgeFilesLines
* tools: frr-reload.py should exit non-zero when "set src x.x.x.x" failsDaniel Walton2017-05-171-1/+1
* *: track version & "defaults" in configsDavid Lamparter2017-03-281-0/+1
* Lowercase frr.confMartín Beauchamp2017-03-093-4/+4
* vtysh: fix completionDavid Lamparter2017-03-071-1/+1
* vtysh: Fix Coverity Warning CID 1399479 (#1 of 1): Destination buffer too sma...Martin Winter2017-02-101-1/+1
* *: Found some instances of Quagga.confDonald Sharp2017-02-072-4/+4
* Merge pull request #161 from donaldsharp/stableMcLibraryDavid Lamparter2017-02-071-1/+1
|\
| * *: Convert libzebra -> libfrrDonald Sharp2017-02-031-1/+1
* | Merge branch 'frr/pull/157' ("Fixinator")David Lamparter2017-02-072-4/+55
|\ \
| * | bgpd, vtysh: Fix vtysh able to handle some safi modes for bgpDonald Sharp2017-02-032-4/+55
| |/
* / vtysh: Quagga.conf -> Frr.confQuentin Young2017-02-032-5/+5
|/
* *: fix warning fallout from set_socket_pathDavid Lamparter2017-02-011-1/+1
* vtysh: Add --config_dir option to override compiled in location for vtysh.con...Martin Winter2017-01-251-4/+58
* vtysh: Use HOME environment variable to get homedir and only fallback to pass...Martin Winter2017-01-251-0/+5
* vtysh: Add vty_socket cli option to override the compiled-in location for the...Martin Winter2017-01-253-11/+52
* bgpd: use address-family <afi> <safi> in show running for vpn&encap (Issue #80)Lou Berger2017-01-171-0/+4
* watchfrr: Rename watchquagga -> watchfrrDonald Sharp2017-01-043-6/+6
* build: replace some hardcoding with ./configureDavid Lamparter2016-12-201-4/+5
* build: rename (1 of ?): configure.ac + preprocDavid Lamparter2016-12-203-6/+6
* vtysh: Fix static compilationDonald Sharp2016-12-092-10/+10
* Merge remote-tracking branch 'cmaster-next' into cmaster-next-relengDavid Lamparter2016-11-283-1/+25
|\
| * vtysh, zebra: Fix link-params to use exit-link-paramsDonald Sharp2016-11-183-1/+14
| * zebra: fix link-params CLI handlingDavid Lamparter2016-11-121-1/+12
* | isisd: remove topology generatorDavid Lamparter2016-11-141-1/+1
|/
* vtysh: fix config writeDavid Lamparter2016-11-101-0/+1
* vtysh: improve config-write error reportingDavid Lamparter2016-11-101-7/+6
* Revert "vtysh: Make vtysh run as quagga user"David Lamparter2016-11-091-24/+0
* vtysh: funnel integrated write through watchquaggaDavid Lamparter2016-11-091-1/+17
* vtysh: add watchquagga to target listDavid Lamparter2016-11-092-7/+14
* watchquagga: add "write integrated"David Lamparter2016-11-091-0/+1
* vtysh: set config file permissionsDavid Lamparter2016-11-091-6/+54
* vtysh: add -w option for integrated-config writeDavid Lamparter2016-11-093-6/+30
* vtysh: detangle configuration writesDavid Lamparter2016-11-094-65/+21
* vtysh: Allow vtysh to not know about enabled daemons/featuresDonald Sharp2016-10-251-16/+16
* vtysh: Fix 'show run' output of bgpDonald Sharp2016-10-211-31/+4
* vtysh: handle case if there is no match in "write terminal $daemon"Christian Franke2016-10-211-0/+3
* vtysh: fix oversight in vtysh buffer rewriteDavid Lamparter2016-10-201-1/+2
* vtysh: refactor vtysh_client_{config,execute}David Lamparter2016-10-183-193/+108
* vtysh: fix build failure in vtysh_writeconfig_integrated()Daniel Walton2016-10-131-0/+1
* lib/vtysh: fix duplicate installation of some vty commandsRenato Westphal2016-10-131-22/+0
* vtysh: infer integrated config usage from existence of Quagga.confChristian Franke2016-10-123-8/+32
* bgpd: add L3/L2VPN Virtual Network Control featureLou Berger2016-10-034-6/+157
* vtysh: make extract.pl more whitespace-robustDavid Lamparter2016-09-231-1/+1
* vtysh: relax error condition on buildRenato Westphal2016-09-231-1/+3
* zebra: install MPLS CLI commands only if MPLS is enabled.Renato Westphal2016-09-231-1/+2
* ldpd: add vtysh supportRenato Westphal2016-09-235-6/+214
* Quagga: Static LSP configurationvivek2016-09-231-1/+3
* *: split & distribute memtypes and stop (re|ab)using lib/ MTYPEsDavid Lamparter2016-09-193-6/+15
* lib: migrate to new memory-type handlingDavid Lamparter2016-09-191-0/+1
* isisd, lib, vtysh: Allow extract.pl to fully workDonald Sharp2016-09-171-1/+1