diff options
Diffstat (limited to 'templates-skeleton/qos-match-templates')
-rw-r--r-- | templates-skeleton/qos-match-templates/class/node.tag/match/node.tag/ip/dscp/node.def | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates-skeleton/qos-match-templates/class/node.tag/match/node.tag/ip/dscp/node.def b/templates-skeleton/qos-match-templates/class/node.tag/match/node.tag/ip/dscp/node.def index 224b002..d7cd316 100644 --- a/templates-skeleton/qos-match-templates/class/node.tag/match/node.tag/ip/dscp/node.def +++ b/templates-skeleton/qos-match-templates/class/node.tag/match/node.tag/ip/dscp/node.def @@ -1,9 +1,9 @@ type: txt help: Match on Differentiated Services Codepoint (DSCP) syntax:expression: exec "/opt/vyatta/sbin/vyatta-qos-util.pl --dscp $VAR(@)" -allowed: awk ' - /^#/ { next } - { printf "%s ", $2 }' </etc/iproute2/rt_dsfield +allowed: echo "default reliability throughput lowdelay priority immediate flash flash-override critical internet network \ + AF11 AF12 AF13 AF21 AF22 AF23 AF31 AF32 AF33 AF41 AF42 AF43 \ + CS1 CS2 CS3 CS4 CS5 CS6 CS7 EF" val_help: u32:0-63;Differentiated Services Codepoint (DSCP) value val_help: default; match DSCP (000000) val_help: reliability; match; DSCP (000001) |