diff options
Diffstat (limited to 'regress/sbin/pfctl/pf15.in')
-rw-r--r-- | regress/sbin/pfctl/pf15.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/regress/sbin/pfctl/pf15.in b/regress/sbin/pfctl/pf15.in index 8f8b7dbe5d3..b9f987fd90d 100644 --- a/regress/sbin/pfctl/pf15.in +++ b/regress/sbin/pfctl/pf15.in @@ -1,11 +1,11 @@ scrub in on lo0 from any to any no-df 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 out log on lo1000000 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 log on {lo0 lo1} from any to any +scrub in log on {lo0 lo1000000} from any to any scrub in on lo0 inet from (lo0) to any -scrub in log on lo0 inet6 from { (lo1), (lo0) } to 2000::1 +scrub in log on lo0 inet6 from { (lo1000000), (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 } scrub in from { lo0 10.1.1.1 } to any scrub in from { 10.0.0.1 lo0 } to any |