diff options
author | Ansuel Smith <ansuelsmth@gmail.com> | 2017-02-10 16:18:47 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2017-02-15 11:28:57 +0100 |
commit | d1a75c5161bbd1cdc148a8d8a5b0b71936dce08d (patch) | |
tree | f03c9e12ff5fb4dc215e34b55c58aadf02a6f5e1 /package/network/utils/ebtables/patches/200-fix-extension-init.patch | |
parent | 3bfcd21e4b4504b04b0ea2bffe8430864138db2a (diff) | |
download | mtk-20170518-d1a75c5161bbd1cdc148a8d8a5b0b71936dce08d.zip mtk-20170518-d1a75c5161bbd1cdc148a8d8a5b0b71936dce08d.tar.gz mtk-20170518-d1a75c5161bbd1cdc148a8d8a5b0b71936dce08d.tar.bz2 |
ebtables: update to last commit
Refreshed patches
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
Diffstat (limited to 'package/network/utils/ebtables/patches/200-fix-extension-init.patch')
-rw-r--r-- | package/network/utils/ebtables/patches/200-fix-extension-init.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package/network/utils/ebtables/patches/200-fix-extension-init.patch b/package/network/utils/ebtables/patches/200-fix-extension-init.patch index 63d2377..b77df15 100644 --- a/package/network/utils/ebtables/patches/200-fix-extension-init.patch +++ b/package/network/utils/ebtables/patches/200-fix-extension-init.patch @@ -29,7 +29,7 @@ } --- a/extensions/ebt_among.c +++ b/extensions/ebt_among.c -@@ -490,7 +490,7 @@ static struct ebt_u_match among_match = +@@ -491,7 +491,7 @@ static struct ebt_u_match among_match = .extra_ops = opts, }; @@ -51,7 +51,7 @@ } --- a/extensions/ebt_arpreply.c +++ b/extensions/ebt_arpreply.c -@@ -132,7 +132,7 @@ static struct ebt_u_target arpreply_targ +@@ -133,7 +133,7 @@ static struct ebt_u_target arpreply_targ .extra_ops = opts, }; @@ -73,7 +73,7 @@ } --- a/extensions/ebt_ip6.c +++ b/extensions/ebt_ip6.c -@@ -556,7 +556,7 @@ static struct ebt_u_match ip6_match = +@@ -560,7 +560,7 @@ static struct ebt_u_match ip6_match = .extra_ops = opts, }; @@ -128,7 +128,7 @@ } --- a/extensions/ebt_nat.c +++ b/extensions/ebt_nat.c -@@ -230,7 +230,7 @@ static struct ebt_u_target dnat_target = +@@ -231,7 +231,7 @@ static struct ebt_u_target dnat_target = .extra_ops = opts_d, }; |