summaryrefslogtreecommitdiff
path: root/regress/sbin/pfctl/pf15.in
diff options
context:
space:
mode:
Diffstat (limited to 'regress/sbin/pfctl/pf15.in')
-rw-r--r--regress/sbin/pfctl/pf15.in12
1 files changed, 5 insertions, 7 deletions
diff --git a/regress/sbin/pfctl/pf15.in b/regress/sbin/pfctl/pf15.in
index 4ffb63a4593..5554499f266 100644
--- a/regress/sbin/pfctl/pf15.in
+++ b/regress/sbin/pfctl/pf15.in
@@ -1,11 +1,9 @@
scrub in on lo0 from any to any no-df
-scrub in on lo0 from any to any min-ttl 25
+scrub in log on lo0 from any to any min-ttl 25
+scrub on lo0 from any to any max-mss 224
+scrub out log on lo1 from any to 10.0.0.1 no-df max-mss 224
scrub in on lo0 from any to any max-mss 224
-scrub out on lo1 from any to 10.0.0.1 no-df max-mss 224
-scrub in on lo0 from any to any max-mss 224
-scrub in on {lo0 lo1} from any to any
+scrub in log on {lo0 lo1} from any to any
scrub in on lo0 inet from (lo0) to any
-scrub in on lo0 inet6 from { (lo1), (lo0) } to 2000::1
+scrub in log on lo0 inet6 from { (lo1), (lo0) } to 2000::1
scrub in inet from { 10.0.0.1, 10.0.0.2 } to { 10.0.0.3, 10.0.0.4 }
-
-