summaryrefslogtreecommitdiff
path: root/templates/qos-policy
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2008-02-06 12:04:55 -0800
committerStephen Hemminger <stephen.hemminger@vyatta.com>2008-02-06 12:04:55 -0800
commite956fa4071b05e427b260ee3332ac06afc91dde4 (patch)
treebcb055c6a18d6721c4e22db6fd72d786b38546ab /templates/qos-policy
parent1c7e03dc0c52c03e87487985ed5877be4e52134a (diff)
downloadvyatta-cfg-qos-e956fa4071b05e427b260ee3332ac06afc91dde4.tar.gz
vyatta-cfg-qos-e956fa4071b05e427b260ee3332ac06afc91dde4.zip
rename dsfield to dscp
And add more help text.
Diffstat (limited to 'templates/qos-policy')
-rw-r--r--templates/qos-policy/traffic-shaper/node.tag/class/node.tag/match/node.tag/ip/dscp/node.def6
-rw-r--r--templates/qos-policy/traffic-shaper/node.tag/class/node.tag/match/node.tag/ip/dsfield/node.def3
2 files changed, 6 insertions, 3 deletions
diff --git a/templates/qos-policy/traffic-shaper/node.tag/class/node.tag/match/node.tag/ip/dscp/node.def b/templates/qos-policy/traffic-shaper/node.tag/class/node.tag/match/node.tag/ip/dscp/node.def
new file mode 100644
index 0000000..cdd4260
--- /dev/null
+++ b/templates/qos-policy/traffic-shaper/node.tag/class/node.tag/match/node.tag/ip/dscp/node.def
@@ -0,0 +1,6 @@
+type: txt
+help: Match DSCP (formerly known as TOS) value
+syntax:expression: exec "/opt/vyatta/sbin/vyatta-qos-util.pl --dscp \"$VAR(@)\""
+comp_help: Differentiated Services Condepoint (DSCP) value
+ <number> decimal number (or 0x for hex)
+or <name> standard name from /etc/iproute2/rt_dsfield
diff --git a/templates/qos-policy/traffic-shaper/node.tag/class/node.tag/match/node.tag/ip/dsfield/node.def b/templates/qos-policy/traffic-shaper/node.tag/class/node.tag/match/node.tag/ip/dsfield/node.def
deleted file mode 100644
index 38160f7..0000000
--- a/templates/qos-policy/traffic-shaper/node.tag/class/node.tag/match/node.tag/ip/dsfield/node.def
+++ /dev/null
@@ -1,3 +0,0 @@
-type: txt
-help: Match dsfield/TOS: either hexadecimal number (0x10) or identifier
-syntax:expression: exec "/opt/vyatta/sbin/vyatta-qos-util.pl --dsfield \"$VAR(@)\""