diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-01-23 22:28:32 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-01-23 22:28:32 +0000 |
commit | d6ab5ee41e2c01a176a6cda89bbee40864f57a9c (patch) | |
tree | de25cd887c4c5b76ed4b1681e9353ac458c569fd /package/iptables/patches | |
parent | 94e23a1c5622e047887d05425e5993cb546b4c22 (diff) | |
download | upstream-d6ab5ee41e2c01a176a6cda89bbee40864f57a9c.tar.gz upstream-d6ab5ee41e2c01a176a6cda89bbee40864f57a9c.tar.bz2 upstream-d6ab5ee41e2c01a176a6cda89bbee40864f57a9c.zip |
[package] iptables: update to v1.4.6, relocate patches - patch by Edgar Soldin
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19302 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/iptables/patches')
-rw-r--r-- | package/iptables/patches/002-layer7_2.17.patch (renamed from package/iptables/patches/1.4.4/002-layer7_2.17.patch) | 0 | ||||
-rw-r--r-- | package/iptables/patches/005-imq.patch (renamed from package/iptables/patches/1.4.4/005-imq.patch) | 6 | ||||
-rw-r--r-- | package/iptables/patches/008-netfilter_include_linux_type_h.patch (renamed from package/iptables/patches/1.4.4/008-netfilter_include_linux_type_h.patch) | 0 | ||||
-rw-r--r-- | package/iptables/patches/009-table-alignment.patch (renamed from package/iptables/patches/1.4.4/009-table-alignment.patch) | 0 |
4 files changed, 3 insertions, 3 deletions
diff --git a/package/iptables/patches/1.4.4/002-layer7_2.17.patch b/package/iptables/patches/002-layer7_2.17.patch index a62d87f61f..a62d87f61f 100644 --- a/package/iptables/patches/1.4.4/002-layer7_2.17.patch +++ b/package/iptables/patches/002-layer7_2.17.patch diff --git a/package/iptables/patches/1.4.4/005-imq.patch b/package/iptables/patches/005-imq.patch index fb5860a39b..9e4d6277b5 100644 --- a/package/iptables/patches/1.4.4/005-imq.patch +++ b/package/iptables/patches/005-imq.patch @@ -48,7 +48,7 @@ + + switch(c) { + case '1': -+ if (xtables_check_inverse(optarg, &invert, NULL, 0)) ++ if (xtables_check_inverse(optarg, &invert, NULL, 0, argv)) + xtables_error(PARAMETER_PROBLEM, + "Unexpected `!' after --todev"); + mr->todev=atoi(optarg); @@ -80,7 +80,7 @@ +static struct xtables_target imq_target = { + .name = "IMQ", + .version = XTABLES_VERSION, -+ .family = AF_INET, ++ .family = NFPROTO_IPV4, + .size = XT_ALIGN(sizeof(struct xt_imq_info)), + .userspacesize = XT_ALIGN(sizeof(struct xt_imq_info)), + .help = IMQ_help, @@ -94,7 +94,7 @@ +static struct xtables_target imq_target6 = { + .name = "IMQ", + .version = XTABLES_VERSION, -+ .family = AF_INET6, ++ .family = NFPROTO_IPV6, + .size = XT_ALIGN(sizeof(struct xt_imq_info)), + .userspacesize = XT_ALIGN(sizeof(struct xt_imq_info)), + .help = IMQ_help, diff --git a/package/iptables/patches/1.4.4/008-netfilter_include_linux_type_h.patch b/package/iptables/patches/008-netfilter_include_linux_type_h.patch index 761f1c4977..761f1c4977 100644 --- a/package/iptables/patches/1.4.4/008-netfilter_include_linux_type_h.patch +++ b/package/iptables/patches/008-netfilter_include_linux_type_h.patch diff --git a/package/iptables/patches/1.4.4/009-table-alignment.patch b/package/iptables/patches/009-table-alignment.patch index b11c0afd6f..b11c0afd6f 100644 --- a/package/iptables/patches/1.4.4/009-table-alignment.patch +++ b/package/iptables/patches/009-table-alignment.patch |