diff options
Diffstat (limited to 'templates/protocols/ripng/node.def')
-rw-r--r-- | templates/protocols/ripng/node.def | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/protocols/ripng/node.def b/templates/protocols/ripng/node.def index e2aa904b..77991f97 100644 --- a/templates/protocols/ripng/node.def +++ b/templates/protocols/ripng/node.def @@ -1,7 +1,7 @@ help: Configure Routing Information Protocol (RIPng) parameters -create: vtysh -c "configure terminal" \ +create: vyatta-vtysh -c "configure terminal" \ -c "router ripng" -delete: vtysh -c "configure terminal" \ +delete: vyatta-vtysh -c "configure terminal" \ -c "no router ripng" |