forked from extern/shorewall_code
Fix mangle table problem
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@5868 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
44268f76aa
commit
fa8ac6afd9
@ -546,7 +546,7 @@ sub setup_tc() {
|
||||
}
|
||||
|
||||
add_rule $mangle_table->{PREROUTING} , "$mark_part -j tcpre";
|
||||
add_rule $mangle_table->{OUTPUT} , "$mark_part -j tcpre";
|
||||
add_rule $mangle_table->{OUTPUT} , "$mark_part -j tcout";
|
||||
|
||||
if ( $capabilities{MANGLE_FORWARD} ) {
|
||||
add_rule $mangle_table->{FORWARD} , '-j tcfor';
|
||||
|
Loading…
Reference in New Issue
Block a user