[package] add openl2tp, patch from Vladimir Voronkov
git-svn-id: svn://svn.openwrt.org/openwrt/packages@16994 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
13
net/openl2tp/patches/010-ppp_unix.patch
Normal file
13
net/openl2tp/patches/010-ppp_unix.patch
Normal file
@ -0,0 +1,13 @@
|
||||
Index: openl2tp-1.6/plugins/ppp_unix.c
|
||||
===================================================================
|
||||
--- openl2tp-1.6.orig/plugins/ppp_unix.c
|
||||
+++ openl2tp-1.6/plugins/ppp_unix.c
|
||||
@@ -643,6 +643,8 @@
|
||||
|
||||
if (ppp->ppp_profile_data->proxy_arp) {
|
||||
argv[arg++] = "proxyarp";
|
||||
+ } else {
|
||||
+ argv[arg++] = "noproxyarp";
|
||||
}
|
||||
|
||||
argv[arg++] = "plugin";
|
Reference in New Issue
Block a user