diff options
Diffstat (limited to 'templates/protocols/ripng/node.def')
-rw-r--r-- | templates/protocols/ripng/node.def | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/protocols/ripng/node.def b/templates/protocols/ripng/node.def new file mode 100644 index 00000000..550a5ac7 --- /dev/null +++ b/templates/protocols/ripng/node.def @@ -0,0 +1,7 @@ +help: Configure Routing Information Protocol (RIPng) parameters + +create: ${vyatta_sbindir}/vyatta-vtysh.pl -c "configure terminal" \ + -c "router ripng" + +delete: ${vyatta_sbindir}/vyatta-vtysh.pl -c "configure terminal" \ + -c "no router ripng" |