diff options
Diffstat (limited to 'templates-skeleton')
-rw-r--r-- | templates-skeleton/interface-templates/redirect/node.def | 1 | ||||
-rw-r--r-- | templates-skeleton/qos-match-templates/class/node.tag/match/node.tag/ip/dscp/node.def | 6 |
2 files changed, 4 insertions, 3 deletions
diff --git a/templates-skeleton/interface-templates/redirect/node.def b/templates-skeleton/interface-templates/redirect/node.def index daff346..cf3a4c2 100644 --- a/templates-skeleton/interface-templates/redirect/node.def +++ b/templates-skeleton/interface-templates/redirect/node.def @@ -1,4 +1,5 @@ type: txt +priority: 620 help: Incoming packet redirection destination allowed: /opt/vyatta/sbin/vyatta-interfaces.pl --show=input 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) |