summaryrefslogtreecommitdiff
path: root/templates/interfaces
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2008-01-30 12:19:39 -0800
committerStephen Hemminger <stephen.hemminger@vyatta.com>2008-01-30 12:19:39 -0800
commit86fc4e7801919a1da123f34500218a69a30c2059 (patch)
treeb74d8bc3df7acc298420667710f4d60447504dff /templates/interfaces
downloadvyatta-cfg-qos-86fc4e7801919a1da123f34500218a69a30c2059.tar.gz
vyatta-cfg-qos-86fc4e7801919a1da123f34500218a69a30c2059.zip
Initial version of vyatta-cfg-qosdebian/0.1
This the initial checkin prior to integration
Diffstat (limited to 'templates/interfaces')
-rw-r--r--templates/interfaces/ethernet/node.tag/qos-policy/node.def1
-rw-r--r--templates/interfaces/ethernet/node.tag/qos-policy/out/node.def4
2 files changed, 5 insertions, 0 deletions
diff --git a/templates/interfaces/ethernet/node.tag/qos-policy/node.def b/templates/interfaces/ethernet/node.tag/qos-policy/node.def
new file mode 100644
index 0000000..b4ab8d8
--- /dev/null
+++ b/templates/interfaces/ethernet/node.tag/qos-policy/node.def
@@ -0,0 +1 @@
+help: "Configure qos-policy"
diff --git a/templates/interfaces/ethernet/node.tag/qos-policy/out/node.def b/templates/interfaces/ethernet/node.tag/qos-policy/out/node.def
new file mode 100644
index 0000000..bb9ea38
--- /dev/null
+++ b/templates/interfaces/ethernet/node.tag/qos-policy/out/node.def
@@ -0,0 +1,4 @@
+type: txt
+help: "Set outbound QOS policy"
+update: "sudo /opt/vyatta/sbin/vyatta-qos.pl --update $(../../@) out $(@)"
+delete: "sudo /opt/vyatta/sbin/vyatta-qos.pl --delete $(../../@) out"