diff options
Diffstat (limited to 'regress/sbin/pfctl/pf8.ok')
-rw-r--r-- | regress/sbin/pfctl/pf8.ok | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/sbin/pfctl/pf8.ok b/regress/sbin/pfctl/pf8.ok index 592182dfaeb..66f4e413394 100644 --- a/regress/sbin/pfctl/pf8.ok +++ b/regress/sbin/pfctl/pf8.ok @@ -1,3 +1,3 @@ extern = { ! 10.0.0.0/8, 10.1.2.3 } -@0 block out log on tun1 inet from 10.1.2.3 to any -@1 block out log on tun1 inet from ! 10.0.0.0/8 to any +@0 block out log on tun1 inet from ! 10.0.0.0/8 to any +@1 block out log on tun1 inet from 10.1.2.3 to any |