From d3366af025f4698801c0a51cdd9bbb88fea83ea0 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Tue, 20 Jul 2010 10:04:41 -0700 Subject: Convert interface templates to use val_help: --- interface-templates/ipv6/ripng/split-horizon/disable/node.def | 2 +- interface-templates/ipv6/ripng/split-horizon/node.def | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'interface-templates/ipv6/ripng/split-horizon') 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 -- cgit v1.2.3