forked from extern/shorewall_code
Fix name of F chain in secmarks
This commit is contained in:
parent
69817007bf
commit
99f8f84024
@ -1382,7 +1382,7 @@ sub process_secmark_rule() {
|
||||
|
||||
my %chns = ( T => 'tcpost' ,
|
||||
P => 'tcpre' ,
|
||||
F => 'forward' ,
|
||||
F => 'tcfor' ,
|
||||
I => 'tcin' ,
|
||||
O => 'tcout' , );
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user