[packages/iptables] - added ebtables patch to support plain ebtables command

qboosh qboosh at pld-linux.org
Sun Feb 28 10:30:30 CET 2016


commit 87ffab9ee39fd264c3cbae4bd42e4c8b663d04bf
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sun Feb 28 10:33:51 2016 +0100

    - added ebtables patch to support plain ebtables command

 iptables-ebtables.patch | 10 ++++++++++
 iptables.spec           |  2 ++
 2 files changed, 12 insertions(+)
---
diff --git a/iptables.spec b/iptables.spec
index 3b8e393..c260d70 100644
--- a/iptables.spec
+++ b/iptables.spec
@@ -53,6 +53,7 @@ Patch0:		%{name}-man.patch
 Patch1:		%{name}-batch.patch
 Patch2:		no-libiptc.patch
 Patch3:		%{name}-aligned_u64.patch
+Patch4:		%{name}-ebtables.patch
 # --- ADDITIONAL/CHANGED EXTENSIONS:
 # just ipt_IPV4OPTSSTRIP now
 Patch10:	%{name}-20070806.patch
@@ -198,6 +199,7 @@ iptables(8).
 %endif
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 %{?with_ipt_IPV4OPTSSTRIP:%patch10 -p1}
 %{?with_xt_layer7:%patch11 -p1}
diff --git a/iptables-ebtables.patch b/iptables-ebtables.patch
new file mode 100644
index 0000000..14c0a5a
--- /dev/null
+++ b/iptables-ebtables.patch
@@ -0,0 +1,10 @@
+--- iptables-1.6.0/iptables/xtables-compat-multi.c.orig	2015-12-09 13:55:06.000000000 +0100
++++ iptables-1.6.0/iptables/xtables-compat-multi.c	2016-02-26 21:42:01.268391511 +0100
+@@ -28,6 +28,7 @@
+ 	{"ip6tables-compat-restore",	xtables_ip6_restore_main},
+ 	{"arptables",			xtables_arp_main},
+ 	{"arptables-compat",		xtables_arp_main},
++	{"ebtables",			xtables_eb_main},
+ 	{"ebtables-compat",		xtables_eb_main},
+ 	{NULL},
+ };
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/iptables.git/commitdiff/87ffab9ee39fd264c3cbae4bd42e4c8b663d04bf



More information about the pld-cvs-commit mailing list