diff options
Diffstat (limited to 'templates/protocols/ospfv3/node.def')
-rw-r--r-- | templates/protocols/ospfv3/node.def | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/protocols/ospfv3/node.def b/templates/protocols/ospfv3/node.def index fd07feab..b79d63af 100644 --- a/templates/protocols/ospfv3/node.def +++ b/templates/protocols/ospfv3/node.def @@ -1,4 +1,4 @@ priority: 640 help: Configure IPv6 Open Shortest Path First protocol (OSPFv3) parameters -create: vyatta-vtysh -c "configure terminal" -c "router ospf6" -delete: vyatta-vtysh -c "configure terminal" -c "no router ospf6" +create: vtysh -c "configure terminal" -c "router ospf6" +delete: vtysh -c "configure terminal" -c "no router ospf6" |