diff options
Diffstat (limited to 'regress/sbin/pfctl/pf18.in')
-rw-r--r-- | regress/sbin/pfctl/pf18.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/sbin/pfctl/pf18.in b/regress/sbin/pfctl/pf18.in index 6c1589cf2a6..9d19f7593e4 100644 --- a/regress/sbin/pfctl/pf18.in +++ b/regress/sbin/pfctl/pf18.in @@ -17,4 +17,4 @@ nat on lo0 from 192.168.1.8 to ! 172.17.0.0/16 -> 10.0.0.8 nat on ! lo0 proto { udp, tcp } from any to any -> 10.0.0.8 static-port -nat on { lo0, tun0 } from any to any -> 10.0.0.8 +nat on { lo0, tun1000000 } from any to any -> 10.0.0.8 |