diff options
Diffstat (limited to 'regress/sbin/pfctl/pf73.in')
-rw-r--r-- | regress/sbin/pfctl/pf73.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/sbin/pfctl/pf73.in b/regress/sbin/pfctl/pf73.in index 131756eef24..2a60c440c0d 100644 --- a/regress/sbin/pfctl/pf73.in +++ b/regress/sbin/pfctl/pf73.in @@ -7,7 +7,7 @@ scrub proto tcp all reassemble tcp fragment reassemble scrub proto tcp from { <regress.1> !<regress.2> } to any reassemble tcp scrub inet proto tcp from { 10.0.0.1, 10.0.0.2 } to { 10.0.0.3, 10.0.0.4 } reassemble tcp scrub log on lo0 proto tcp from any to any min-ttl 25 reassemble tcp -scrub log on lo0 inet6 proto tcp from { (lo1), (lo0) } to 2000::1 reassemble tcp -scrub log on {lo0 lo1} proto tcp from any to any reassemble tcp +scrub log on lo0 inet6 proto tcp from { (lo1000000), (lo0) } to 2000::1 reassemble tcp +scrub log on {lo0 lo1000000} proto tcp from any to any reassemble tcp scrub on lo0 proto tcp all reassemble tcp scrub on lo0 proto tcp from any to any fragment reassemble max-mss 224 min-ttl 15 no-df reassemble tcp |