diff options
Diffstat (limited to 'interface-templates/qos-policy')
-rw-r--r-- | interface-templates/qos-policy/in/node.def | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/interface-templates/qos-policy/in/node.def b/interface-templates/qos-policy/in/node.def new file mode 100644 index 0000000..67d3e4b --- /dev/null +++ b/interface-templates/qos-policy/in/node.def @@ -0,0 +1,5 @@ +type: txt +help: Set inbound QOS 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 |