diff options
3 files changed, 19 insertions, 0 deletions
diff --git a/templates/interfaces/ethernet/node.tag/vif/node.tag/pppoe/node.tag/qos-policy/in/node.def b/templates/interfaces/ethernet/node.tag/vif/node.tag/pppoe/node.tag/qos-policy/in/node.def new file mode 100644 index 0000000..f160c90 --- /dev/null +++ b/templates/interfaces/ethernet/node.tag/vif/node.tag/pppoe/node.tag/qos-policy/in/node.def @@ -0,0 +1,9 @@ +type: txt + +help: Set input QOS policy for specified ethernet interface + +allowed: /opt/vyatta/sbin/vyatta-qos.pl --list-policy in + +update: /opt/vyatta/sbin/vyatta-qos.pl --update-interface pppoe$VAR(../../@) $VAR(.) $VAR(@) + +delete: /opt/vyatta/sbin/vyatta-qos.pl --delete-interface pppoe$VAR(../../@) $VAR(.) diff --git a/templates/interfaces/ethernet/node.tag/vif/node.tag/pppoe/node.tag/qos-policy/node.def b/templates/interfaces/ethernet/node.tag/vif/node.tag/pppoe/node.tag/qos-policy/node.def new file mode 100644 index 0000000..9e54c1c --- /dev/null +++ b/templates/interfaces/ethernet/node.tag/vif/node.tag/pppoe/node.tag/qos-policy/node.def @@ -0,0 +1 @@ +help: Set Quality of Service (QOS) policy for specified ethernet interface diff --git a/templates/interfaces/ethernet/node.tag/vif/node.tag/pppoe/node.tag/qos-policy/out/node.def b/templates/interfaces/ethernet/node.tag/vif/node.tag/pppoe/node.tag/qos-policy/out/node.def new file mode 100644 index 0000000..91670ba --- /dev/null +++ b/templates/interfaces/ethernet/node.tag/vif/node.tag/pppoe/node.tag/qos-policy/out/node.def @@ -0,0 +1,9 @@ +type: txt + +help: Set outbound QOS policy for specified ethernet interface + +allowed: /opt/vyatta/sbin/vyatta-qos.pl --list-policy out + +update: /opt/vyatta/sbin/vyatta-qos.pl --update-interface pppoe$VAR(../../@) $VAR(.) $VAR(@) + +delete: /opt/vyatta/sbin/vyatta-qos.pl --delete-interface pppoe$VAR(../../@) $VAR(.) |