[patchteam] fix issues with pptpd server and firewall, closes #2342
[openwrt.git] / package / ppp / files / etc / ppp / ip-up
index ecdd00b..376c87e 100755 (executable)
@@ -5,7 +5,7 @@ PPP_TTY="$2"
 PPP_SPEED="$3"
 PPP_LOCAL="$4"
 PPP_REMOTE="$5"
-PPP_IPPARAM="$6"
+PPP_IPPARAM="$(echo $6 | sed 's/\./_/g')"
 PPP_UNIT="${PPP_IFACE##ppp}"
 
 export PPP_IFACE PPP_TTY PPP_SPEED PPP_LOCAL PPP_REMOTE PPP_IPPARAM