summaryrefslogtreecommitdiffstats
path: root/tools/frr-reload.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* tools: improve frr-reload delete performance for some commandsDon Slice2020-01-161-0/+28
* tools/frr-reload.py: remove stderr redirectsDavid Lamparter2019-12-061-4/+4
* Merge pull request #5224 from manuhalo/fix_frr_reload_pathsQuentin Young2019-11-191-26/+74
|\
| * tools, vtysh: improved fix for ldpd ifacesEmanuele Di Pascale2019-11-121-1/+13
| * tools, vtysh: fix ldpd + frr-reload.pyEmanuele Di Pascale2019-10-291-5/+12
| * tools: frr-reload.py for single daemonEmanuele Di Pascale2019-10-291-6/+16
| * tools: non hardcoded paths in frr-reloadEmanuele Di Pascale2019-10-291-19/+38
* | tools: resolve issue with bfd timer change fix in frr-reload.pyDon Slice2019-11-191-1/+2
* | tools: stop repeating lines to delete for multiple bfd timer changesDon Slice2019-11-131-1/+1
|/
* frr-reload.py: fix reload with different settingsRafael Zalamena2019-07-231-0/+2
* tools: fix vrrp autoconfigure reloadQuentin Young2019-05-171-1/+2
* 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