Files
Hauke Mehrtens 76e3a44076 openl2tp: update to 1.8
Thank you НКВД for the patch.

This closes .


SVN-Revision: 26549
2011-04-09 16:10:31 +00:00

12 lines
264 B
Diff

--- a/plugins/ppp_unix.c
+++ b/plugins/ppp_unix.c
@@ -888,6 +888,8 @@ static int ppp_unix_pppd_spawn(struct pp
if (ppp->ppp_profile_data->proxy_arp) {
argv[arg++] = "proxyarp";
+ } else {
+ argv[arg++] = "noproxyarp";
}
argv[arg++] = "plugin";