mirror of
https://gitlab.com/shorewall/code.git
synced 2024-12-16 03:10:39 +01:00
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