diff options
Diffstat (limited to 'regress/sbin/pfctl/pf17.ok')
-rw-r--r-- | regress/sbin/pfctl/pf17.ok | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/regress/sbin/pfctl/pf17.ok b/regress/sbin/pfctl/pf17.ok new file mode 100644 index 00000000000..6ef8dfeef33 --- /dev/null +++ b/regress/sbin/pfctl/pf17.ok @@ -0,0 +1,9 @@ +no binat on lo0 inet from 192.168.1.1 to 10.1.2.3 +binat on lo0 inet from 192.168.1.1 to any -> 10.0.0.1 +binat on lo0 inet proto tcp from 192.168.1.2 to any -> 10.0.0.2 +binat on lo0 inet proto udp from 192.168.1.3 to any -> 10.0.0.3 +binat on lo0 inet proto icmp from 192.168.1.4 to any -> 10.0.0.4 +binat on lo0 inet from 192.168.1.5 to 172.16.1.1 -> 10.0.0.5 +binat on lo0 inet from 192.168.1.6 to 172.16.1.2 -> 10.0.0.6 +binat on lo0 inet from 192.168.1.7 to 172.16.2.0/24 -> 10.0.0.7 +binat on lo0 inet from 192.168.1.8 to ! 172.17.0.0/16 -> 10.0.0.8 |