firewall: refine npt binat rule generation

This commit is contained in:
Franco Fichtner 2022-11-09 15:42:41 +02:00
parent fae02022ca
commit 32c783ca32

View File

@ -39,7 +39,8 @@ class NptRule extends Rule
'binat' => 'parseStaticText,binat ',
'log' => 'parseBool,log',
'interface' => 'parseInterface',
'from' => 'parsePlain,from , to any',
'ipprotocol' => 'parseStaticText,inet6 ',
'from' => 'parsePlain,from ',
'to' => 'parsePlain, -> ',
'descr' => 'parseComment'
];