diff options
3 files changed, 13 insertions, 1 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 index cdd4260..2d5395e 100644 --- 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 @@ -3,4 +3,4 @@ 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 +or <name> name from /etc/iproute2/rt_dsfield diff --git a/templates/qos-policy/traffic-shaper/node.tag/class/node.tag/set-dscp/node.def b/templates/qos-policy/traffic-shaper/node.tag/class/node.tag/set-dscp/node.def new file mode 100644 index 0000000..002699f --- /dev/null +++ b/templates/qos-policy/traffic-shaper/node.tag/class/node.tag/set-dscp/node.def @@ -0,0 +1,6 @@ +type: txt +help: Change the Differentiated Services (DiffServ) field in the IP header +syntax:expression: exec "/opt/vyatta/sbin/vyatta-qos-util.pl --dscp \"$VAR(@)\"" +comp_help: New Differentiated Services Condepoint (DSCP) value + <number> decimal number (or 0x for hex) +or <name> name from /etc/iproute2/rt_dsfield diff --git a/templates/qos-policy/traffic-shaper/node.tag/default/set-dscp/node.def b/templates/qos-policy/traffic-shaper/node.tag/default/set-dscp/node.def new file mode 100644 index 0000000..002699f --- /dev/null +++ b/templates/qos-policy/traffic-shaper/node.tag/default/set-dscp/node.def @@ -0,0 +1,6 @@ +type: txt +help: Change the Differentiated Services (DiffServ) field in the IP header +syntax:expression: exec "/opt/vyatta/sbin/vyatta-qos-util.pl --dscp \"$VAR(@)\"" +comp_help: New Differentiated Services Condepoint (DSCP) value + <number> decimal number (or 0x for hex) +or <name> name from /etc/iproute2/rt_dsfield |