diff --git a/Shorewall-perl/Shorewall/Tc.pm b/Shorewall-perl/Shorewall/Tc.pm index bf67f0390..7e9525b2e 100644 --- a/Shorewall-perl/Shorewall/Tc.pm +++ b/Shorewall-perl/Shorewall/Tc.pm @@ -274,7 +274,7 @@ sub process_tc_rule( $$$$$$$$$$ ) { if ( ( my $result = expand_rule( ensure_chain( 'mangle' , $chain ) , NO_RESTRICT , - do_proto( $proto, $ports, $sports) . do_test( $testval, $mask ) . do_tos( $tos ) , + do_proto( $proto, $ports, $sports) . do_user( $user ) . do_test( $testval, $mask ) . do_tos( $tos ) , $source , $dest , '' ,