Displaying 1 result from an estimated 1 matches for "do_dscp".
Did you mean:
do_cp
2013 Mar 31
1
Can't match DSCP CS6 and CS7
Hi,
DSCP match in /tcrules/ doesn''t work with CS6 and CS7, it provides an
error "invalid value" for string and hexa values.
It seems that it comes from /Chain.pm/, in the function /do_dscp/:
fatal_error( "Invalid DSCP ($dscp)" ) unless defined $value && $value < 0x2f && ! ( $value & 1 );
I dont understand why "$value < 0x2f", but 0x30 (CS6) and 0x38 (CS7)...
Thanks for your help and explanations,
Best regards,
Thibaut
-------------...