This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
firewall { | |
ipv6-name dmz-lan-6 { | |
default-action drop | |
enable-default-log | |
rule 100 { | |
action accept | |
log enable | |
protocol ipv6-icmp | |
} | |
rule 1 { |