diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2002-11-24 20:42:18 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2002-11-24 20:42:18 +0000 |
commit | 9be5761298276d3ae2962653cd910f9ec766dfc8 (patch) | |
tree | 03788c4fe3a6f2ca175b063ac9166dce77b6019c /regress/sbin/pfctl/pf13.ok | |
parent | 9ac51cfef767a8213d162240466520c24c546a20 (diff) |
make succeed again; explicit address family needed in one more case now
Diffstat (limited to 'regress/sbin/pfctl/pf13.ok')
-rw-r--r-- | regress/sbin/pfctl/pf13.ok | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/sbin/pfctl/pf13.ok b/regress/sbin/pfctl/pf13.ok index 1d896fe3b02..5f47cd48636 100644 --- a/regress/sbin/pfctl/pf13.ok +++ b/regress/sbin/pfctl/pf13.ok @@ -1,7 +1,7 @@ @0 pass in quick on enc0 fastroute all @1 pass in quick on enc0 fastroute inet all @2 pass in quick on enc0 fastroute inet6 all -@3 pass out quick on tun0 route-to tun1 all +@3 pass out quick on tun0 route-to tun1 inet all @4 pass out quick on tun0 route-to tun1 inet from any to 192.168.1.1 @5 pass out quick on tun0 route-to tun1 inet6 from any to fec0::1 @6 block in on tun0 dup-to (tun1 192.168.1.1) inet proto tcp from any to any port = ftp |