summaryrefslogtreecommitdiff
path: root/package/network/utils/ebtables/patches/200-fix-extension-init.patch
diff options
context:
space:
mode:
authorAnsuel Smith <ansuelsmth@gmail.com>2017-02-10 16:18:47 +0100
committerJo-Philipp Wich <jo@mein.io>2017-03-01 20:37:36 +0100
commit00e4f6fd367e604f06b4205a02f62a9748ca267e (patch)
tree248ed891473ce952b8965d6736c865c06d1c931f /package/network/utils/ebtables/patches/200-fix-extension-init.patch
parent8aa92deaf6da29bc2c95f8823257ec451da9c136 (diff)
downloadmtk-20170518-00e4f6fd367e604f06b4205a02f62a9748ca267e.zip
mtk-20170518-00e4f6fd367e604f06b4205a02f62a9748ca267e.tar.gz
mtk-20170518-00e4f6fd367e604f06b4205a02f62a9748ca267e.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.patch8
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,
};