]> git.pld-linux.org Git - packages/iptables.git/commitdiff
- added ebtables patch to support plain ebtables command
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 28 Feb 2016 09:33:51 +0000 (10:33 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 28 Feb 2016 09:33:51 +0000 (10:33 +0100)
iptables-ebtables.patch [new file with mode: 0644]
iptables.spec

diff --git a/iptables-ebtables.patch b/iptables-ebtables.patch
new file mode 100644 (file)
index 0000000..14c0a5a
--- /dev/null
@@ -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},
+ };
index 3b8e393cefd532e6e858e0148eea46cd02221cfd..c260d70865ae17e31998a49cb21584dfcb4634dd 100644 (file)
@@ -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}
This page took 0.05698 seconds and 4 git commands to generate.