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 0fdd26cc..d679d6c2 100644 --- a/templates/protocols/ripng/node.def +++ b/templates/protocols/ripng/node.def @@ -1,4 +1,4 @@ priority: 660 help: Configure Routing Information Protocol (RIPng) parameters -create: vyatta-vtysh -c "configure terminal" -c "router ripng" -delete: vyatta-vtysh -c "configure terminal" -c "no router ripng" +create: vtysh -c "configure terminal" -c "router ripng" +delete: vtysh -c "configure terminal" -c "no router ripng" |