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
|
@ -51,7 +51,7 @@ node n1 {
|
|||
cmdup=('sh mgen.sh', )
|
||||
}
|
||||
}
|
||||
services {zebra OSPFv2 OSPFv3 vtysh IPForward UserDefined}
|
||||
services {zebra OSPFv2 OSPFv3 IPForward UserDefined}
|
||||
}
|
||||
|
||||
node n2 {
|
||||
|
@ -101,7 +101,7 @@ node n2 {
|
|||
mgen input send_$HN.mgn output $LOGDIR/mgen_$HN.log > /dev/null 2> /dev/null < /dev/null &
|
||||
}
|
||||
}
|
||||
services {zebra OSPFv2 OSPFv3 vtysh IPForward UserDefined}
|
||||
services {zebra OSPFv2 OSPFv3 IPForward UserDefined}
|
||||
}
|
||||
|
||||
link l1 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue