From c663a14c4d310b27bcbc3f6906a81744a46912b9 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Fri, 4 Jul 2014 08:17:19 -0700 Subject: [PATCH] Correct TIME column handling in IPv6 Signed-off-by: Tom Eastep --- 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 8640797d3..6ad585cbe 100644 --- a/Shorewall/Perl/Shorewall/Tc.pm +++ b/Shorewall/Perl/Shorewall/Tc.pm @@ -1076,7 +1076,7 @@ sub process_mangle_rule( ) { 1 ); $headers = '-'; } else { - ( $originalmark, $source, $dest, $protos, $ports, $sports, $user, $testval, $length, $tos , $connbytes, $helper, $headers, $probability, $dscp, $state ) = + ( $originalmark, $source, $dest, $protos, $ports, $sports, $user, $testval, $length, $tos , $connbytes, $helper, $headers, $probability, $dscp, $state, $time ) = split_line2( 'tcrules file', { mark => 0, action => 0,