diff options
Diffstat (limited to 'templates/protocols/rip/neighbor/node.def')
-rw-r--r-- | templates/protocols/rip/neighbor/node.def | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/protocols/rip/neighbor/node.def b/templates/protocols/rip/neighbor/node.def index 43e98ba4..f9359405 100644 --- a/templates/protocols/rip/neighbor/node.def +++ b/templates/protocols/rip/neighbor/node.def @@ -1,8 +1,8 @@ multi: type: ipv4 help: Set a neighbor router -create:expression: "vyatta-vtysh -c \"configure terminal\" -c \"router rip\" \ +create:expression: "vtysh -c \"configure terminal\" -c \"router rip\" \ -c \"neighbor $VAR(@)\"; " -delete:expression: "vyatta-vtysh -c \"configure terminal\" -c \"router rip\" \ +delete:expression: "vtysh -c \"configure terminal\" -c \"router rip\" \ -c \"no neighbor $VAR(@)\"; " |