diff options
Diffstat (limited to 'templates/protocols/ripng/node.def')
-rw-r--r-- | templates/protocols/ripng/node.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/protocols/ripng/node.def b/templates/protocols/ripng/node.def index d679d6c2..d4f228b0 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 +help: Routing Information Protocol (RIPng) parameters create: vtysh -c "configure terminal" -c "router ripng" delete: vtysh -c "configure terminal" -c "no router ripng" |