openl2tp: update to 1.8
[openwrt/svn-archive/archive.git] / net / openl2tp / patches / 010-ppp_unix.patch
1 --- a/plugins/ppp_unix.c
2 +++ b/plugins/ppp_unix.c
3 @@ -888,6 +888,8 @@ static int ppp_unix_pppd_spawn(struct pp
4
5 if (ppp->ppp_profile_data->proxy_arp) {
6 argv[arg++] = "proxyarp";
7 + } else {
8 + argv[arg++] = "noproxyarp";
9 }
10
11 argv[arg++] = "plugin";