mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-05-04 16:17:35 +02:00
appropriate". Compiler for PF now uses keyword 'self' in rules where firewall object is used in Source or Destination.
12 lines
373 B
Plaintext
12 lines
373 B
Plaintext
# Policy compiler errors and warnings:
|
|
# firewall39:rule2_branch:0: warning: Changing rule direction due to self reference
|
|
#
|
|
# Rule rule2_branch 0 (global)
|
|
# firewall39:rule2_branch:0: warning: Changing rule direction due to self reference
|
|
|
|
pass in quick inet from any to self keep state
|
|
#
|
|
# Rule rule2_branch 1 (global)
|
|
block log quick inet from any to any
|
|
|