diff options
Diffstat (limited to 'regress/sbin/pfctl/pf13.in')
-rw-r--r-- | regress/sbin/pfctl/pf13.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/regress/sbin/pfctl/pf13.in b/regress/sbin/pfctl/pf13.in index 025a8d0f66d..3ec22f59cc1 100644 --- a/regress/sbin/pfctl/pf13.in +++ b/regress/sbin/pfctl/pf13.in @@ -12,5 +12,11 @@ block in on tun0 dup-to (tun1 fec0::1) proto tcp from any to any port = 21 pass in quick on tun0 route-to tun1 from 192.168.1.1/32 to 10.1.1.1/32 pass in quick on tun0 route-to tun1 from fec0::1/64 to fec1::2/128 +block in on tun0 reply-to (tun1 192.168.1.1) proto tcp from any to any port = 21 +block in on tun0 reply-to (tun1 fec0::1) proto tcp from any to any port = 21 + +pass in quick on tun0 reply-to tun1 from 192.168.1.1/32 to 10.1.1.1/32 +pass in quick on tun0 reply-to tun1 from fec0::1/64 to fec1::2/128 + pass in quick on tun0 dup-to (tun1 192.168.1.100) from 192.168.1.1/32 to 10.1.1.1/32 pass in quick on tun0 dup-to (tun1 fec1::2) from fec0::1/64 to fec1::2/128 |