daemon: remove Quagga 'vtysh' service
Since all Quagga daemons are configured from a consolidated location (the 'zebra' service), there is nothing left to do for a dedicated service such as 'vtysh'. This patch removes the service, along with all references to it from the rest of the source tree (sample *.imn files, examples, etc.) Signed-off-by: Gabriel Somlo <glsomlo@cert.org>
This commit is contained in:
parent
b4c8be9e23
commit
33906aae9f
15 changed files with 40 additions and 60 deletions
|
@ -160,7 +160,7 @@ proc upgradeNetworkConfigToServices { } {
|
|||
set bgp [netconfFetchSection $node "router bgp"]
|
||||
if { $ospfv2 != "" || $ospfv3 != "" || $rip != "" || $ripng != "" } {
|
||||
set cfg ""
|
||||
set services "zebra vtysh IPForward"
|
||||
set services "zebra IPForward"
|
||||
foreach ifc [ifcList $node] {
|
||||
lappend cfg "interface $ifc"
|
||||
set ifccfg [netconfFetchSection $node "interface $ifc"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue