X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/bdd94763c1c3c236e2bd8b2282dad526e08bbb66..5dfad9395848f74699752473b825635c30fb5567:/openwrt/package/ppp/files/ifup.pppoe?ds=sidebyside diff --git a/openwrt/package/ppp/files/ifup.pppoe b/openwrt/package/ppp/files/ifup.pppoe index 9a5d0a349..da9a441ad 100644 --- a/openwrt/package/ppp/files/ifup.pppoe +++ b/openwrt/package/ppp/files/ifup.pppoe @@ -32,6 +32,7 @@ while :; do usepeerdns \ defaultroute \ linkname $type \ + ipparam $type \ user "$USERNAME" \ password "$PASSWORD" \ mtu $MTU mru $MTU \