diff options
author | Bob Gilligan <gilligan@vyatta.com> | 2009-02-02 15:47:30 -0800 |
---|---|---|
committer | Bob Gilligan <gilligan@vyatta.com> | 2009-02-02 15:47:30 -0800 |
commit | 4c6656f1bbfa182eb4d80058a7a6b061c44bfa56 (patch) | |
tree | 4ba95f1fc0d842ffa0b71f15b9fdc2150bd94a18 | |
parent | d41dac623be65a5ef8550eb97a07ddcf5434496b (diff) | |
download | vyatta-cfg-qos-4c6656f1bbfa182eb4d80058a7a6b061c44bfa56.tar.gz vyatta-cfg-qos-4c6656f1bbfa182eb4d80058a7a6b061c44bfa56.zip |
Bugfix 4052: Support PPPOE over ethernet VIFs.
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(.) |