[OpenWrt-Devel] [PATCH] relayd: fix missing -p command line argument

Alejandro Enrique alejandro.enrique at fon.com
Tue Feb 10 08:43:02 EST 2015


Option -p was not being accepted as it was missing in getopt parameter
list

Signed-off-by: Alejandro Enrique <alejandro.enrique at fon.com>
---
 .../services/relayd/patches/002-fix_expiry_retries.patch    |   11 +++++++++++
 1 file changed, 11 insertions(+)
 create mode 100644 package/network/services/relayd/patches/002-fix_expiry_retries.patch

diff --git a/package/network/services/relayd/patches/002-fix_expiry_retries.patch b/package/network/services/relayd/patches/002-fix_expiry_retries.patch
new file mode 100644
index 0000000..1f2a0ad
--- /dev/null
+++ b/package/network/services/relayd/patches/002-fix_expiry_retries.patch
@@ -0,0 +1,11 @@
+--- a/main.c
++++ b/main.c
+@@ -719,7 +719,7 @@ int main(int argc, char **argv)
+ 	local_route_table = 0;
+ 	uloop_init();
+ 
+-	while ((ch = getopt(argc, argv, "I:i:t:BDdT:G:R:L:")) != -1) {
++	while ((ch = getopt(argc, argv, "I:i:t:p:BDdT:G:R:L:")) != -1) {
+ 		switch(ch) {
+ 		case 'I':
+ 			managed = true;
-- 
1.7.10.4
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel



More information about the openwrt-devel mailing list