diff options
author | Bob Gilligan <gilligan@vyatta.com> | 2008-10-15 13:28:59 -0700 |
---|---|---|
committer | Bob Gilligan <gilligan@vyatta.com> | 2008-10-15 13:28:59 -0700 |
commit | 0727954705dfc61d4d5387ba706a492f5f665de8 (patch) | |
tree | d36a9945ac0983a427315df4374e3e3744780050 /templates | |
parent | 7a26fb2f2ccb8521e4a50cfb463139e4e210fc79 (diff) | |
download | vyatta-cfg-qos-0727954705dfc61d4d5387ba706a492f5f665de8.tar.gz vyatta-cfg-qos-0727954705dfc61d4d5387ba706a492f5f665de8.zip |
Bugfix: 3684
Added QoS configuration parameters for ADSL interfaces using bridged
ethernet encapsulation.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/interfaces/adsl/node.tag/pvc/node.tag/bridged-ethernet/qos-policy/node.def | 1 | ||||
-rw-r--r-- | templates/interfaces/adsl/node.tag/pvc/node.tag/bridged-ethernet/qos-policy/out/node.def | 5 |
2 files changed, 6 insertions, 0 deletions
diff --git a/templates/interfaces/adsl/node.tag/pvc/node.tag/bridged-ethernet/qos-policy/node.def b/templates/interfaces/adsl/node.tag/pvc/node.tag/bridged-ethernet/qos-policy/node.def new file mode 100644 index 0000000..fada208 --- /dev/null +++ b/templates/interfaces/adsl/node.tag/pvc/node.tag/bridged-ethernet/qos-policy/node.def @@ -0,0 +1 @@ +help: Set Qualtiy of Service (QOS) policy for specified ethernet interface diff --git a/templates/interfaces/adsl/node.tag/pvc/node.tag/bridged-ethernet/qos-policy/out/node.def b/templates/interfaces/adsl/node.tag/pvc/node.tag/bridged-ethernet/qos-policy/out/node.def new file mode 100644 index 0000000..b8c64de --- /dev/null +++ b/templates/interfaces/adsl/node.tag/pvc/node.tag/bridged-ethernet/qos-policy/out/node.def @@ -0,0 +1,5 @@ +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 $VAR(../../../../@) $VAR(.) $VAR(@) +delete: /opt/vyatta/sbin/vyatta-qos.pl --delete-interface $VAR(../../../../@) $VAR(.) |