diff options
author | Cedric Berger <cedric@cvs.openbsd.org> | 2003-08-24 13:06:19 +0000 |
---|---|---|
committer | Cedric Berger <cedric@cvs.openbsd.org> | 2003-08-24 13:06:19 +0000 |
commit | d5278898d9d291e812bde76fdc1721e211d34bb3 (patch) | |
tree | 8bbdbdcae86ff33f2063fa1c73edda8ed23311b7 /regress/sbin/pfctl | |
parent | 6ba2d48d6e6ac208b3f42ba6c102a788159be2d9 (diff) |
sync
Diffstat (limited to 'regress/sbin/pfctl')
-rw-r--r-- | regress/sbin/pfctl/pfail19.ok | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/regress/sbin/pfctl/pfail19.ok b/regress/sbin/pfctl/pfail19.ok index cd418e4d879..dc6fa300986 100644 --- a/regress/sbin/pfctl/pfail19.ok +++ b/regress/sbin/pfctl/pfail19.ok @@ -1,7 +1,7 @@ -stdin:2: address family not given and translation address expands to multiple address families -stdin:3: address family not given and translation address expands to multiple address families stdin:4: invalid use of table <sometable> as the redirect address of a binat rule stdin:5: invalid use of table <sometable> as the source address of a binat rule -pass in dup-to (lo0 <sometable>) all -pass in route-to (lo0 <sometable>) all -pass in reply-to (lo0 <sometable>) all +rdr on lo0 all -> <sometable> round-robin +nat on lo0 all -> <sometable> round-robin +pass in dup-to (lo0 <sometable>) round-robin all +pass in route-to (lo0 <sometable>) round-robin all +pass in reply-to (lo0 <sometable>) round-robin all |