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/qos-policy/fair-queue/node.def | 4 ++++ templates/qos-policy/fair-queue/node.tag/description/node.def | 2 ++ templates/qos-policy/fair-queue/node.tag/hash-interval/node.def | 3 +++ templates/qos-policy/fair-queue/node.tag/queue-limit/node.def | 2 ++ 4 files changed, 11 insertions(+) create mode 100644 templates/qos-policy/fair-queue/node.def create mode 100644 templates/qos-policy/fair-queue/node.tag/description/node.def create mode 100644 templates/qos-policy/fair-queue/node.tag/hash-interval/node.def create mode 100644 templates/qos-policy/fair-queue/node.tag/queue-limit/node.def (limited to 'templates/qos-policy/fair-queue') diff --git a/templates/qos-policy/fair-queue/node.def b/templates/qos-policy/fair-queue/node.def new file mode 100644 index 0000000..36f3a35 --- /dev/null +++ b/templates/qos-policy/fair-queue/node.def @@ -0,0 +1,4 @@ +tag: +type: txt +syntax: pattern $(@) "^[^-]" ; "Qos queue name cannot start with \"-\"" +help: "Configure fair queueing based policy" diff --git a/templates/qos-policy/fair-queue/node.tag/description/node.def b/templates/qos-policy/fair-queue/node.tag/description/node.def new file mode 100644 index 0000000..335eb7e --- /dev/null +++ b/templates/qos-policy/fair-queue/node.tag/description/node.def @@ -0,0 +1,2 @@ +type: txt +help: "Description for this queuing policy" diff --git a/templates/qos-policy/fair-queue/node.tag/hash-interval/node.def b/templates/qos-policy/fair-queue/node.tag/hash-interval/node.def new file mode 100644 index 0000000..de3d6a0 --- /dev/null +++ b/templates/qos-policy/fair-queue/node.tag/hash-interval/node.def @@ -0,0 +1,3 @@ +type: u32 +default: 0 +help: "Rehash interval (seconds)" diff --git a/templates/qos-policy/fair-queue/node.tag/queue-limit/node.def b/templates/qos-policy/fair-queue/node.tag/queue-limit/node.def new file mode 100644 index 0000000..e6456f8 --- /dev/null +++ b/templates/qos-policy/fair-queue/node.tag/queue-limit/node.def @@ -0,0 +1,2 @@ +type: u32 +help: "Maximum queue size (packets)" -- cgit v1.2.3