diff options
author | Ryan Thomas McBride <mcbride@cvs.openbsd.org> | 2006-10-28 14:30:06 +0000 |
---|---|---|
committer | Ryan Thomas McBride <mcbride@cvs.openbsd.org> | 2006-10-28 14:30:06 +0000 |
commit | 3809831727eaff3e4a57b02a437c24f7d4acd012 (patch) | |
tree | 5a1f70fc56deea66b2981e36bc737404f6c9a90b /regress/sbin/pfctl/pf31.ok | |
parent | fd5ded3ce298939bef9ffea34ce27adc59585ba5 (diff) |
Expected regress changes due to separation of parsing and kernel loading.
Diffstat (limited to 'regress/sbin/pfctl/pf31.ok')
-rw-r--r-- | regress/sbin/pfctl/pf31.ok | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/sbin/pfctl/pf31.ok b/regress/sbin/pfctl/pf31.ok index 1e404a681d5..d04aebc51e1 100644 --- a/regress/sbin/pfctl/pf31.ok +++ b/regress/sbin/pfctl/pf31.ok @@ -1,4 +1,6 @@ set block-policy drop +set require-order no +set block-policy return block return in on lo0 all block return in on lo0 inet all block return in on lo0 inet6 all @@ -8,8 +10,6 @@ block drop in on lo0 inet6 all block drop in on lo0 all block drop in on lo0 inet all block drop in on lo0 inet6 all -set require-order no -set block-policy return block return in on lo0 all block return in on lo0 inet all block return in on lo0 inet6 all |