index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
frr-reload.py
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
tools: frr-reload.py stop bouncing peers on bfd timer change
Don Slice
2019-04-25
1
-0
/
+21
*
Merge pull request #3872 from dslicenc/frr-reload-vrf-context
Russ White
2019-02-27
1
-1
/
+12
|
\
|
*
tools: keep exit-vrf to change context correctly between vrfs
Don Slice
2019-02-26
1
-1
/
+12
*
|
tools: fix blackhole static changes in frr-reload.py
Don Slice
2019-02-26
1
-4
/
+2
|
/
*
tools: stop frr-reload.py from trying to delete the vrf context
Don Slice
2018-12-14
1
-2
/
+2
*
frr-reload.py: Add python2 & python3 compatibility.
jpmondet
2018-09-26
1
-33
/
+69
*
tools: correct frr-reload.py handling of bgp vni/exit-vni config
Don Slice
2018-08-10
1
-6
/
+23
*
tools: handle exit-vrf as end of context block
Don Slice
2018-07-19
1
-1
/
+1
*
tools/frr-reload.py: process vnc settings as sub-context
Christian Franke
2018-03-12
1
-21
/
+9
*
tools: frr-reload 'vni' keyword does not always create a sub-context
Daniel Walton
2018-01-17
1
-1
/
+8
*
tools: frr-reload do not attempt deleting lines that cannot be deleted
Daniel Walton
2017-11-10
1
-0
/
+29
*
tools: frr-reload remove Cumulus Linux release numbers from comments
Daniel Walton
2017-11-10
1
-8
/
+8
*
tools: frr-reload combine "'router bgp' and line" checks
Daniel Walton
2017-11-10
1
-134
/
+136
*
tools: frr-reload avoid del/add of BGP table-map
Daniel Walton
2017-11-10
1
-3
/
+20
*
tools: frr-reload.py ignore multiple whitespaces
Daniel Walton
2017-11-10
1
-0
/
+4
*
tools: frr-reload.py should exit(1) if vtysh config mode is locked
Daniel Walton
2017-09-27
1
-0
/
+30
*
tools: frr-reload capture stderr so we can log it
Daniel Walton
2017-09-19
1
-2
/
+2
*
tools: frr-reload support for "no no" scenario
Daniel Walton
2017-09-19
1
-1
/
+10
*
tools: frr-reload.py support for vni under 'address-family l2vpn evpn'
Daniel Walton
2017-09-08
1
-1
/
+26
*
vtysh: vtysh -f FOO should exit non-zero if it hits an error
Daniel Walton
2017-08-16
1
-13
/
+5
*
bgpd, tools, vtysh: Handle config migration from 'address-family evpn' to 'ad...
Daniel Walton
2017-08-08
1
-0
/
+40
*
tools: update to use FRR name
Jafar Al-Gharaibeh
2017-07-12
1
-3
/
+3
*
Merge branch stable/2.0 into stable/3.0
David Lamparter
2017-05-18
1
-9
/
+47
|
\
|
*
tools: Allow frr-reload.py to know about agentx
Daniel Walton
2017-05-17
1
-0
/
+1
|
*
tools: frr-reload.py VtyshMarkException needs to include "vtysh -m"
Daniel Walton
2017-05-17
1
-4
/
+9
|
*
frr-reload.py fails on "no debug ospf6 message unknown"
Daniel Walton
2017-05-17
1
-0
/
+1
|
*
tools: frr-reload removes "ipv6 nd ra-interval" and "no ipv6 nd supp"
Daniel Walton
2017-05-17
1
-1
/
+14
|
*
tools: reload handle removal of entire address-family section under BGP
Daniel Walton
2017-05-17
1
-0
/
+8
|
*
tools: frr-reload.py should exit non-zero when "set src x.x.x.x" fails
Daniel Walton
2017-05-17
1
-5
/
+29
|
*
Lowercase frr.conf
Martín Beauchamp
2017-03-09
1
-3
/
+3
*
|
tools: quagga-reload.py fails to change max-paths
Daniel Walton
2017-04-04
1
-0
/
+20
*
|
Merge branch 'frr/pull/236' ("tools: frr-reload.py needs to treat "mpls" as a...
David Lamparter
2017-03-07
1
-0
/
+2
|
\
\
|
*
|
tools: frr-reload.py needs to treat "no " as a single line context
Daniel Walton
2017-03-03
1
-0
/
+1
|
*
|
tools: frr-reload.py needs to treat "mpls" as a single line context
Daniel Walton
2017-03-01
1
-0
/
+1
|
|
/
*
|
Lowercase frr.conf
Martín Beauchamp
2017-02-27
1
-3
/
+3
*
|
tools: frr-reload removes "ipv6 nd ra-interval" and "no ipv6 nd suppress-ra"
Daniel Walton
2017-02-17
1
-1
/
+14
|
/
*
*: Found some instances of Quagga.conf
Donald Sharp
2017-02-07
1
-2
/
+2
*
tools: Silly typo in regex for catching ip route syntax
Dinesh G Dutt
2017-01-30
1
-5
/
+5
*
tools: Fix unbound newaddr variable, fix too-broad except clauses
Dinesh G Dutt
2017-01-30
1
-2
/
+4
*
tools: Normalize prefix-lists and IP networks for avoiding unnecessary reload
Dinesh G Dutt
2017-01-30
1
-6
/
+107
*
tools: Handle deletes of entire interface context as deleting each line
Dinesh G Dutt
2017-01-30
1
-0
/
+5
*
tools: Handle lack of "seq" in prefix-list statements.
Dinesh G Dutt
2017-01-30
1
-2
/
+21
*
tools: Don't overwrite Quagga.conf on reload, unless user specified.
Dinesh G Dutt
2017-01-30
1
-1
/
+3
*
tools: Fix unnecessary routing perturbations due to old style config
Dinesh G Dutt
2017-01-30
1
-0
/
+35
*
debian: Convert Quagga -> Frr
Donald Sharp
2017-01-04
1
-0
/
+908