Age | Commit message (Collapse) | Author |
|
The CLI begin transaction restrictions make this impossible to
do in a stable manner.
Related to bug 4537
(cherry picked from commit dcebd6d713e76b3e01ba51710693d688e1570cdb)
|
|
Avoid having to run script multiple times.
(cherry picked from commit 61a47e2f6c508330e779ac10e9b9d7cd0303bd5d)
|
|
Move the default import-check enabled from template to command line
option in bgpd. This resolves some of the startup issues.
(cherry picked from commit a1d23a42ef83968222b0744505986db3e02b0ae8)
|
|
(cherry picked from commit 466426dba5880bf469b22172769c552cf6aaaab0)
|
|
I added --name option, but doesn't do what I expected.
|
|
Templates will ask to start already running daemon, this is okay.
|
|
The watchquagga startup here is no longer used
|
|
There were several problems with the quagga-manager update.
1) can not have multiple end: tags in same tree path
2) can not shutdown bgp without losing policy
3) watchquagga timing races
|
|
No need for check if start checks if already running
|
|
Need daemon to hold around parameters for start.
|
|
Need daemon to hold around parameters for start.
|
|
Need to do special case IPV6 daemon restart
|
|
This only happens if link metrics set but OSPF/RIP not running yet.
|
|
Don't need extra backslash here.
|
|
The new phased restart requires changes to how restart/reconfig is done.
Zebra should just be start/stop, and other daemons do stop/restart.
|
|
Need to look at exists (after commit) rather than original list
of daemons.
Bug 4192
|
|
|
|
Use scripts to do start/stop (instead of disable template).
Integrate reload into new quagga-manager script
|