summaryrefslogtreecommitdiff
path: root/interface-templates/redirect
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2010-07-19 13:45:56 -0700
committerStephen Hemminger <stephen.hemminger@vyatta.com>2010-07-19 13:45:56 -0700
commit41315ae8e41ddfb94c6d7a46f33b0ad4cb733de3 (patch)
tree6f1f0a613bcf238e8b24104390ef3e9850685eb3 /interface-templates/redirect
parent47d0c0f4f165a9729c3f68c4cd38b28f8ae0bcaa (diff)
downloadvyatta-cfg-qos-41315ae8e41ddfb94c6d7a46f33b0ad4cb733de3.tar.gz
vyatta-cfg-qos-41315ae8e41ddfb94c6d7a46f33b0ad4cb733de3.zip
Eliminate verb from genereated interface template
Diffstat (limited to 'interface-templates/redirect')
-rw-r--r--interface-templates/redirect/node.def3
1 files changed, 2 insertions, 1 deletions
diff --git a/interface-templates/redirect/node.def b/interface-templates/redirect/node.def
index 49dd6e1..ac2ad7e 100644
--- a/interface-templates/redirect/node.def
+++ b/interface-templates/redirect/node.def
@@ -1,9 +1,10 @@
type: txt
-help: Set incoming packet redirection destination
+help: Incoming packet redirection destination
allowed: /opt/vyatta/sbin/vyatta-interfaces.pl --show=input
syntax:expression: $VAR(@) != $VAR(../@) ;\
"interface $VAR(../@): redirect to same interface not allowed"
+val_help: Interface for packet redirection
syntax:expression: exec "/opt/vyatta/sbin/vyatta-interfaces.pl --dev $VAR(@) --check=all"