Commit 63e8101e authored by Ad Schellevis's avatar Ad Schellevis

(firewall) empty means "in"... confusing ;)...

(firewall) empty means "in"... confusing ;) https://github.com/opnsense/core/blob/17.1.2/src/etc/inc/filter.inc#L2314-L2315
parent 58b44880
......@@ -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',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment