summaryrefslogtreecommitdiffstats
path: root/tools/frr-reload.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* tools: frr-reload.py stop bouncing peers on bfd timer changeDon Slice2019-04-251-0/+21
* Merge pull request #3872 from dslicenc/frr-reload-vrf-contextRuss White2019-02-271-1/+12
|\
| * tools: keep exit-vrf to change context correctly between vrfsDon Slice2019-02-261-1/+12
* | tools: fix blackhole static changes in frr-reload.pyDon Slice2019-02-261-4/+2
|/
* tools: stop frr-reload.py from trying to delete the vrf contextDon Slice2018-12-141-2/+2
* frr-reload.py: Add python2 & python3 compatibility.jpmondet2018-09-261-33/+69
* tools: correct frr-reload.py handling of bgp vni/exit-vni configDon Slice2018-08-101-6/+23
* tools: handle exit-vrf as end of context blockDon Slice2018-07-191-1/+1
* tools/frr-reload.py: process vnc settings as sub-contextChristian Franke2018-03-121-21/+9
* tools: frr-reload 'vni' keyword does not always create a sub-contextDaniel Walton2018-01-171-1/+8
* tools: frr-reload do not attempt deleting lines that cannot be deletedDaniel Walton2017-11-101-0/+29
* tools: frr-reload remove Cumulus Linux release numbers from commentsDaniel Walton2017-11-101-8/+8
* tools: frr-reload combine "'router bgp' and line" checksDaniel Walton2017-11-101-134/+136
* tools: frr-reload avoid del/add of BGP table-mapDaniel Walton2017-11-101-3/+20
* tools: frr-reload.py ignore multiple whitespacesDaniel Walton2017-11-101-0/+4
* tools: frr-reload.py should exit(1) if vtysh config mode is lockedDaniel Walton2017-09-271-0/+30
* tools: frr-reload capture stderr so we can log itDaniel Walton2017-09-191-2/+2
* tools: frr-reload support for "no no" scenarioDaniel Walton2017-09-191-1/+10
* tools: frr-reload.py support for vni under 'address-family l2vpn evpn'Daniel Walton2017-09-081-1/+26
* vtysh: vtysh -f FOO should exit non-zero if it hits an errorDaniel Walton2017-08-161-13/+5
* bgpd, tools, vtysh: Handle config migration from 'address-family evpn' to 'ad...Daniel Walton2017-08-081-0/+40
* tools: update to use FRR nameJafar Al-Gharaibeh2017-07-121-3/+3
* Merge branch stable/2.0 into stable/3.0David Lamparter2017-05-181-9/+47
|\
| * tools: Allow frr-reload.py to know about agentxDaniel Walton2017-05-171-0/+1
| * tools: frr-reload.py VtyshMarkException needs to include "vtysh -m"Daniel Walton2017-05-171-4/+9
| * frr-reload.py fails on "no debug ospf6 message unknown"Daniel Walton2017-05-171-0/+1
| * tools: frr-reload removes "ipv6 nd ra-interval" and "no ipv6 nd supp"Daniel Walton2017-05-171-1/+14
| * tools: reload handle removal of entire address-family section under BGPDaniel Walton2017-05-171-0/+8
| * tools: frr-reload.py should exit non-zero when "set src x.x.x.x" failsDaniel Walton2017-05-171-5/+29
| * Lowercase frr.confMartín Beauchamp2017-03-091-3/+3
* | tools: quagga-reload.py fails to change max-pathsDaniel Walton2017-04-041-0/+20
* | Merge branch 'frr/pull/236' ("tools: frr-reload.py needs to treat "mpls" as a...David Lamparter2017-03-071-0/+2
|\ \
| * | tools: frr-reload.py needs to treat "no " as a single line contextDaniel Walton2017-03-031-0/+1
| * | tools: frr-reload.py needs to treat "mpls" as a single line contextDaniel Walton2017-03-011-0/+1
| |/
* | Lowercase frr.confMartín Beauchamp2017-02-271-3/+3
* | tools: frr-reload removes "ipv6 nd ra-interval" and "no ipv6 nd suppress-ra"Daniel Walton2017-02-171-1/+14
|/
* *: Found some instances of Quagga.confDonald Sharp2017-02-071-2/+2
* tools: Silly typo in regex for catching ip route syntaxDinesh G Dutt2017-01-301-5/+5
* tools: Fix unbound newaddr variable, fix too-broad except clausesDinesh G Dutt2017-01-301-2/+4
* tools: Normalize prefix-lists and IP networks for avoiding unnecessary reloadDinesh G Dutt2017-01-301-6/+107
* tools: Handle deletes of entire interface context as deleting each lineDinesh G Dutt2017-01-301-0/+5
* tools: Handle lack of "seq" in prefix-list statements.Dinesh G Dutt2017-01-301-2/+21
* tools: Don't overwrite Quagga.conf on reload, unless user specified.Dinesh G Dutt2017-01-301-1/+3
* tools: Fix unnecessary routing perturbations due to old style configDinesh G Dutt2017-01-301-0/+35
* debian: Convert Quagga -> FrrDonald Sharp2017-01-041-0/+908