diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2009-09-02 17:25:47 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2009-09-02 17:25:47 +0000 |
commit | 2306892e8c735d33a8ee0268bfc4acd1ab4a3e46 (patch) | |
tree | f4dbb3f9054e23ecf74536ed3660b99690f53d6c /regress/sbin/pfctl/pfail19.in | |
parent | f3f4171b947aff5ffb734c32a76ef3788bb4d0ea (diff) |
convert a bunch of rdr/nat rules to the new syntax
Things still need to be changed for route-to/binat/command line
options among other things.
ok henning
Diffstat (limited to 'regress/sbin/pfctl/pfail19.in')
-rw-r--r-- | regress/sbin/pfctl/pfail19.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/sbin/pfctl/pfail19.in b/regress/sbin/pfctl/pfail19.in index 1d5ed147d6a..81da3eb6fa5 100644 --- a/regress/sbin/pfctl/pfail19.in +++ b/regress/sbin/pfctl/pfail19.in @@ -1,6 +1,6 @@ # invalid table constructs -rdr on lo0 from any to any -> <sometable> -nat on lo0 from any to any -> <sometable> +match in on lo0 from any to any rdr-to <sometable> +match out on lo0 from any to any nat-to <sometable> binat on lo0 from 1.1.1.1 to any -> <sometable> binat on lo0 from <sometable> to any -> 1.1.1.1 pass in dup-to (lo0 <sometable>) all |