IPv6 hint for pf.conf

This commit is contained in:
Bike Dude
2021-03-18 14:01:57 +01:00
parent 15ef005337
commit b5044a2ddb

View File

@@ -139,7 +139,7 @@ pass in inet proto tcp from any to any port ssh flags S/SA keep state
# pass in inet proto tcp from any to any port <rdr-start>:<rdr-end> flags S/SA keep state
# pass in inet proto udp from any to any port <rdr-start>:<rdr-end> flags S/SA keep state
## for IPv6 networks please uncomment the following rule
#pass inet6 proto icmp6 icmp6-type { echoreq, routersol, routeradv, neighbradv, neighbrsol }
# pass inet6 proto icmp6 icmp6-type { echoreq, routersol, routeradv, neighbradv, neighbrsol }
```