From 86fc4e7801919a1da123f34500218a69a30c2059 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Wed, 30 Jan 2008 12:19:39 -0800 Subject: Initial version of vyatta-cfg-qos This the initial checkin prior to integration --- templates/interfaces/ethernet/node.tag/qos-policy/node.def | 1 + templates/interfaces/ethernet/node.tag/qos-policy/out/node.def | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 templates/interfaces/ethernet/node.tag/qos-policy/node.def create mode 100644 templates/interfaces/ethernet/node.tag/qos-policy/out/node.def (limited to 'templates/interfaces/ethernet') 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" -- cgit v1.2.3