diff options
Diffstat (limited to 'regress/sbin/pfctl/pf29.in')
-rw-r--r-- | regress/sbin/pfctl/pf29.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/regress/sbin/pfctl/pf29.in b/regress/sbin/pfctl/pf29.in index a76a30ab6bb..9edbfd55335 100644 --- a/regress/sbin/pfctl/pf29.in +++ b/regress/sbin/pfctl/pf29.in @@ -1,3 +1,3 @@ -rdr on lo0 proto tcp from any to 192.168.0.0/24 port 8000:8010 -> 127.0.0.1 port 8000:* -rdr on lo0 proto tcp from any to 192.168.0.0/24 port ftp:ssh -> 127.0.0.1 port bgp:* -rdr on lo0 proto tcp from any to 192.168.0.0/24 port 1000:3000 -> 127.0.0.1 port 22 +match in on lo0 proto tcp from any to 192.168.0.0/24 port 8000:8010 rdr-to 127.0.0.1 port 8000:* +match in on lo0 proto tcp from any to 192.168.0.0/24 port ftp:ssh rdr-to 127.0.0.1 port bgp:* +match in on lo0 proto tcp from any to 192.168.0.0/24 port 1000:3000 rdr-to 127.0.0.1 port 22 |