mirror of
https://gitlab.com/shorewall/code.git
synced 2024-12-17 03:40:53 +01:00
Fix designator table
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@8196 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
c0be049f3d
commit
dd56d6c85c
@ -68,22 +68,9 @@ our %tcs = ( T => { chain => 'tcpost',
|
||||
fw => 0
|
||||
} ,
|
||||
CF => { chain => 'tcfor' ,
|
||||
connmark => 1 ,
|
||||
fw => 0 ,
|
||||
connmark => 1 ,
|
||||
} ,
|
||||
T => { chain => 'tcpost' ,
|
||||
connmark => 0 ,
|
||||
fw => 0
|
||||
} ,
|
||||
CT => { chain => 'tcpost' ,
|
||||
target => 'CONNMARK --set-mark' ,
|
||||
connmark => 1 ,
|
||||
fw => 0
|
||||
} ,
|
||||
C => { target => 'CONNMARK --set-mark' ,
|
||||
connmark => 1 ,
|
||||
fw => 0
|
||||
}
|
||||
);
|
||||
|
||||
use constant { NOMARK => 0 ,
|
||||
|
Loading…
Reference in New Issue
Block a user