diff options
Diffstat (limited to 'templates/protocols/ospfv3/redistribute/node.def')
-rw-r--r-- | templates/protocols/ospfv3/redistribute/node.def | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/protocols/ospfv3/redistribute/node.def b/templates/protocols/ospfv3/redistribute/node.def index 4d7d1bcc..c33bd557 100644 --- a/templates/protocols/ospfv3/redistribute/node.def +++ b/templates/protocols/ospfv3/redistribute/node.def @@ -2,9 +2,9 @@ multi: type: txt help: Set route type to redistribute allowed: echo "static kernel connected ripng bgp" -create:expression: "vyatta-vtysh -c \"configure terminal\" \ +create:expression: "vtysh -c \"configure terminal\" \ -c \"router ospf6 \" \ -c \"redistribute $VAR(@) \"; " -delete:expression: "vyatta-vtysh -c \"configure terminal\" \ +delete:expression: "vtysh -c \"configure terminal\" \ -c \"router ospf6 \" \ -c \"no redistribute $VAR(@) \"; " |