projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[package] firewall: prevent duplicate values in interface state vars
[openwrt.git]
/
package
/
iptables
/
patches
/
020-iptables-disable-modprobe.patch
diff --git
a/package/iptables/patches/020-iptables-disable-modprobe.patch
b/package/iptables/patches/020-iptables-disable-modprobe.patch
index
a6b5d1b
..
422058d
100644
(file)
--- a/
package/iptables/patches/020-iptables-disable-modprobe.patch
+++ b/
package/iptables/patches/020-iptables-disable-modprobe.patch
@@
-1,6
+1,6
@@
--- a/xtables.c
+++ b/xtables.c
--- a/xtables.c
+++ b/xtables.c
-@@ -3
13,6 +313
,7 @@ static char *get_modprobe(void)
+@@ -3
05,6 +305
,7 @@ static char *get_modprobe(void)
int xtables_insmod(const char *modname, const char *modprobe, bool quiet)
{
int xtables_insmod(const char *modname, const char *modprobe, bool quiet)
{
@@
-8,7
+8,7
@@
char *buf = NULL;
char *argv[4];
int status;
char *buf = NULL;
char *argv[4];
int status;
-@@ -3
56,6 +357,7 @@ int xtables_insmod(const char *modname,
+@@ -3
48,6 +349,7 @@ int xtables_insmod(const char *modname,
free(buf);
if (WIFEXITED(status) && WEXITSTATUS(status) == 0)
return 0;
free(buf);
if (WIFEXITED(status) && WEXITSTATUS(status) == 0)
return 0;
This page took
0.02426 seconds
and
4
git commands to generate.