From 00e7f156a7a4bfb9a2ad9fb77d5e36ccc0cd0096 Mon Sep 17 00:00:00 2001 From: teastep Date: Fri, 16 Nov 2007 15:56:42 +0000 Subject: [PATCH] Add USER/GROUP processing to tcrules git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@7672 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall-perl/Shorewall/Tc.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 , '' ,