fix v4 rdrs

This commit is contained in:
Thomas von Dein
2021-07-10 19:44:55 +02:00
parent 88b5f1c26b
commit 4c9667cdb6

4
jaildk
View File

@@ -1,6 +1,6 @@
#!/bin/sh
version=1.22
version=1.23
usage_jaildk() {
beg=`tput -T ${TERM:-cons25} md`
@@ -291,7 +291,7 @@ pf_map() {
mport=$5
ip=$6
from=$7
v6=$8
v6=${8:-inet}
echo "rdr pass on $extif $v6 proto ${proto} from ${from} to ${eip} port ${eport} -> ${ip} port ${mport}"
}