blob: fc5dbec04f1032de166a122e406377e676dd9e25 (
plain)
1
2
3
4
5
6
|
# pf drops IPv6 options header by default, test combines frag with opt header
pass inet6 allow-opts
# turning on and off pf via ssh connection does not work with states
pass proto tcp from port ssh no state
pass proto tcp to port ssh no state
|