aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/utils/ebtables/patches
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2018-04-12 07:34:57 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2018-04-12 07:34:57 +0200
commit85a35c644eea06e843da9d631de005ee58365d17 (patch)
treea739294ae267f2a5e4ecfe799050831dae5f6c15 /package/network/utils/ebtables/patches
parentd3756a9a134bdca2a6af0d6e0772778cc1bb42e1 (diff)
downloadupstream-85a35c644eea06e843da9d631de005ee58365d17.tar.gz
upstream-85a35c644eea06e843da9d631de005ee58365d17.tar.bz2
upstream-85a35c644eea06e843da9d631de005ee58365d17.zip
ebtables: update to latest git 2018-04-11
2e783b227766 ebt_ip: add support for matching IGMP type b5fbb8d786c9 ebt_ip: add support for matching ICMP type and code c5e5b784fd1a Move ICMP type handling functions from ebt_ip6 to useful_functions.c 11da52177196 include: sync linux/netfilter_bridge/ebt_ip.h with kernel Note: the new features require at least kernel 4.17 or backported patches. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
Diffstat (limited to 'package/network/utils/ebtables/patches')
-rw-r--r--package/network/utils/ebtables/patches/200-fix-extension-init.patch4
1 files changed, 2 insertions, 2 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 b77df159aa..52ab175ec2 100644
--- a/package/network/utils/ebtables/patches/200-fix-extension-init.patch
+++ b/package/network/utils/ebtables/patches/200-fix-extension-init.patch
@@ -62,7 +62,7 @@
}
--- a/extensions/ebt_ip.c
+++ b/extensions/ebt_ip.c
-@@ -338,7 +338,7 @@ static struct ebt_u_match ip_match =
+@@ -472,7 +472,7 @@ static struct ebt_u_match ip_match =
.extra_ops = opts,
};
@@ -73,7 +73,7 @@
}
--- a/extensions/ebt_ip6.c
+++ b/extensions/ebt_ip6.c
-@@ -560,7 +560,7 @@ static struct ebt_u_match ip6_match =
+@@ -413,7 +413,7 @@ static struct ebt_u_match ip6_match =
.extra_ops = opts,
};