diff options
Diffstat (limited to 'templates/protocols/rip/interface/node.def')
-rw-r--r-- | templates/protocols/rip/interface/node.def | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/protocols/rip/interface/node.def b/templates/protocols/rip/interface/node.def index 3d939ffd..2b4c75fe 100644 --- a/templates/protocols/rip/interface/node.def +++ b/templates/protocols/rip/interface/node.def @@ -6,6 +6,6 @@ commit:expression: exec " \ echo interface $VAR(@) doesn\\'t exist on this system ; \ exit 1 ; \ fi ; " -create:vyatta-vtysh -c "configure terminal" -c "router rip" -c "network $VAR(@)" -delete:vyatta-vtysh -c "configure terminal" -c "router rip" -c "no network $VAR(@)" +create:vtysh -c "configure terminal" -c "router rip" -c "network $VAR(@)" +delete:vtysh -c "configure terminal" -c "router rip" -c "no network $VAR(@)" allowed: ${vyatta_sbindir}/vyatta-interfaces.pl --show all |