summaryrefslogtreecommitdiff
path: root/tools/frr-reload.py
AgeCommit message (Expand)Author
2017-05-18Merge branch stable/2.0 into stable/3.0David Lamparter
2017-05-17tools: Allow frr-reload.py to know about agentxDaniel Walton
2017-05-17tools: frr-reload.py VtyshMarkException needs to include "vtysh -m"Daniel Walton
2017-05-17frr-reload.py fails on "no debug ospf6 message unknown"Daniel Walton
2017-05-17tools: frr-reload removes "ipv6 nd ra-interval" and "no ipv6 nd supp"Daniel Walton
2017-05-17tools: reload handle removal of entire address-family section under BGPDaniel Walton
2017-05-17tools: frr-reload.py should exit non-zero when "set src x.x.x.x" failsDaniel Walton
2017-04-04tools: quagga-reload.py fails to change max-pathsDaniel Walton
2017-03-09Lowercase frr.confMartín Beauchamp
2017-03-07Merge branch 'frr/pull/236' ("tools: frr-reload.py needs to treat "mpls" as a...David Lamparter
2017-03-03tools: frr-reload.py needs to treat "no " as a single line contextDaniel Walton
2017-03-01tools: frr-reload.py needs to treat "mpls" as a single line contextDaniel Walton
2017-02-27Lowercase frr.confMartín Beauchamp
2017-02-18tools: frr-reload removes "ipv6 nd ra-interval" and "no ipv6 nd suppress-ra"Daniel Walton
2017-02-07*: Found some instances of Quagga.confDonald Sharp
2017-01-30tools: Silly typo in regex for catching ip route syntaxDinesh G Dutt
2017-01-30tools: Fix unbound newaddr variable, fix too-broad except clausesDinesh G Dutt
2017-01-30tools: Normalize prefix-lists and IP networks for avoiding unnecessary reloadDinesh G Dutt
2017-01-30tools: Handle deletes of entire interface context as deleting each lineDinesh G Dutt
2017-01-30tools: Handle lack of "seq" in prefix-list statements.Dinesh G Dutt
2017-01-30tools: Don't overwrite Quagga.conf on reload, unless user specified.Dinesh G Dutt
2017-01-30tools: Fix unnecessary routing perturbations due to old style configDinesh G Dutt
2017-01-04debian: Convert Quagga -> FrrDonald Sharp