You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Packetfilter test-filter Policy
# $Id:$
# $Date:$
# $Revision:$
# inet
# term permit-icmp
pass quick inet proto { icmp ipv6-icmp } from { any } to { any } keep state
The text was updated successfully, but these errors were encountered:
The iptables generator does not generate any rules from
protocol:: icmp icmpv6
but packetfilter does.Output iptables
Output packetfilter
The text was updated successfully, but these errors were encountered: