diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-07-20 10:04:41 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-07-20 10:04:41 -0700 |
commit | d3366af025f4698801c0a51cdd9bbb88fea83ea0 (patch) | |
tree | 1c024f0880aef57c54a465e1f814037560dfecbd /interface-templates/ipv6/ripng | |
parent | 00dce23d0a216a5f2c1a20dd21aec66d954d6963 (diff) | |
download | vyatta-cfg-quagga-d3366af025f4698801c0a51cdd9bbb88fea83ea0.tar.gz vyatta-cfg-quagga-d3366af025f4698801c0a51cdd9bbb88fea83ea0.zip |
Convert interface templates to use val_help:
Diffstat (limited to 'interface-templates/ipv6/ripng')
-rw-r--r-- | interface-templates/ipv6/ripng/node.def | 2 | ||||
-rw-r--r-- | interface-templates/ipv6/ripng/split-horizon/disable/node.def | 2 | ||||
-rw-r--r-- | interface-templates/ipv6/ripng/split-horizon/node.def | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/interface-templates/ipv6/ripng/node.def b/interface-templates/ipv6/ripng/node.def index cb2d89aa..69d49298 100644 --- a/interface-templates/ipv6/ripng/node.def +++ b/interface-templates/ipv6/ripng/node.def @@ -1 +1 @@ -help: Set Routing Information Protocol (RIPng) for specified interface +help: Routing Information Protocol (RIPng) diff --git a/interface-templates/ipv6/ripng/split-horizon/disable/node.def b/interface-templates/ipv6/ripng/split-horizon/disable/node.def index c801f7c4..ce6ab8a6 100644 --- a/interface-templates/ipv6/ripng/split-horizon/disable/node.def +++ b/interface-templates/ipv6/ripng/split-horizon/disable/node.def @@ -1,4 +1,4 @@ -help: Disable split horizon on specified interface +help: Disable split horizon create: vtysh -c "configure terminal" -c "interface $IFNAME" -c "no ipv6 ripng split-horizon" delete: vtysh -c "configure terminal" -c "interface $IFNAME" -c "ipv6 ripng split-horizon" diff --git a/interface-templates/ipv6/ripng/split-horizon/node.def b/interface-templates/ipv6/ripng/split-horizon/node.def index ba39b616..c4fb5ddc 100644 --- a/interface-templates/ipv6/ripng/split-horizon/node.def +++ b/interface-templates/ipv6/ripng/split-horizon/node.def @@ -1 +1 @@ -help: Set to control split horizon parameters on this interface +help: Split horizon parameters |