mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-14 08:34:39 +00:00
(firewall) empty means "in"... confusing ;) https://github.com/opnsense/core/blob/17.1.2/src/etc/inc/filter.inc#L2314-L2315
This commit is contained in:
parent
58b4488069
commit
63e8101ea7
@ -41,7 +41,7 @@ class FilterRule
|
||||
private $procorder = array(
|
||||
'disabled' => 'parseIsComment',
|
||||
'type' => 'parseType',
|
||||
'direction' => 'parseReplaceSimple,any:',
|
||||
'direction' => 'parseReplaceSimple,any:|:in',
|
||||
'log' => 'parseBool,log',
|
||||
'quick' => 'parseBool,quick',
|
||||
'interface' => 'parseInterface',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user