diff options
Diffstat (limited to 'regress/sbin/pfctl/pf15.ok')
-rw-r--r-- | regress/sbin/pfctl/pf15.ok | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/regress/sbin/pfctl/pf15.ok b/regress/sbin/pfctl/pf15.ok index 77112864b73..5e1e3b3f5b2 100644 --- a/regress/sbin/pfctl/pf15.ok +++ b/regress/sbin/pfctl/pf15.ok @@ -20,3 +20,12 @@ scrub in inet from 10.0.0.1 to any fragment reassemble scrub in inet from 127.0.0.1 to any fragment reassemble scrub in inet6 from ::1 to any fragment reassemble scrub in on lo0 inet6 from fe80::1 to any fragment reassemble +scrub in inet from ! 127.0.0.1 to any fragment reassemble +scrub in inet6 from ! ::1 to any fragment reassemble +scrub in on lo0 inet6 from ! fe80::1 to any fragment reassemble +scrub in inet from ! 127.0.0.1 to any fragment reassemble +scrub in inet6 from ! ::1 to any fragment reassemble +scrub in on lo0 inet6 from ! fe80::1 to any fragment reassemble +scrub in on ! lo0 all fragment reassemble +scrub in on ! lo all fragment reassemble +scrub in from (lo:network) to (lo) fragment reassemble |