diff options
Diffstat (limited to 'interface-templates/traffic-policy')
-rw-r--r-- | interface-templates/traffic-policy/in/node.def | 2 | ||||
-rw-r--r-- | interface-templates/traffic-policy/node.def | 2 | ||||
-rw-r--r-- | interface-templates/traffic-policy/out/node.def | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/interface-templates/traffic-policy/in/node.def b/interface-templates/traffic-policy/in/node.def index 901fae8..61cdc0a 100644 --- a/interface-templates/traffic-policy/in/node.def +++ b/interface-templates/traffic-policy/in/node.def @@ -1,5 +1,5 @@ type: txt -help: Set ingress traffic policy for interface +help: Ingress traffic policy for interface allowed: /opt/vyatta/sbin/vyatta-qos.pl --list-policy in update: /opt/vyatta/sbin/vyatta-qos.pl --update-interface $IFNAME in $VAR(@) delete: /opt/vyatta/sbin/vyatta-qos.pl --delete-interface $IFNAME in diff --git a/interface-templates/traffic-policy/node.def b/interface-templates/traffic-policy/node.def index d13c6cd..2b2cf68 100644 --- a/interface-templates/traffic-policy/node.def +++ b/interface-templates/traffic-policy/node.def @@ -1 +1 @@ -help: Set traffic-policy for interface +help: Traffic-policy for interface diff --git a/interface-templates/traffic-policy/out/node.def b/interface-templates/traffic-policy/out/node.def index e22793b..37eaa5b 100644 --- a/interface-templates/traffic-policy/out/node.def +++ b/interface-templates/traffic-policy/out/node.def @@ -1,5 +1,5 @@ type: txt -help: Set egress traffic policy for interface +help: Egress traffic policy for interface allowed: /opt/vyatta/sbin/vyatta-qos.pl --list-policy out update: /opt/vyatta/sbin/vyatta-qos.pl --update-interface $IFNAME out $VAR(@) delete: /opt/vyatta/sbin/vyatta-qos.pl --delete-interface $IFNAME out |