firehol.in, on setting an DSCP value via a DSCP-class, use the right parameter which contains the class

This commit is contained in:
Andreas Unterkircher 2015-11-27 09:37:44 +01:00
parent 3c53903c99
commit 3b8f05cba7

@ -8046,7 +8046,7 @@ rule() {
then
if [ "${2}" = "class" ]
then
action_param=("--set-dscp-class" "${2}")
action_param=("--set-dscp-class" "${3}")
shift
else
action_param=("--set-dscp" "${2}")