forked from pool/iptables
1.4.11+git16
OBS-URL: https://build.opensuse.org/package/show/security:netfilter/iptables?expand=0&rev=19
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
---
|
||||
Makefile.am | 10 +
|
||||
iptables-batch.c | 468 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
iptables/Makefile.am | 10
|
||||
iptables/iptables-batch.c | 468 ++++++++++++++++++++++++++++++++++++++++++++++
|
||||
2 files changed, 477 insertions(+), 1 deletion(-)
|
||||
|
||||
Index: iptables-1.4.11/Makefile.am
|
||||
Index: iptables/iptables/Makefile.am
|
||||
===================================================================
|
||||
--- iptables-1.4.11.orig/Makefile.am
|
||||
+++ iptables-1.4.11/Makefile.am
|
||||
@@ -59,7 +59,15 @@ endif
|
||||
--- iptables.orig/iptables/Makefile.am
|
||||
+++ iptables/iptables/Makefile.am
|
||||
@@ -36,7 +36,15 @@ endif
|
||||
xtables_multi_SOURCES += xshared.c
|
||||
xtables_multi_LDADD += libxtables.la -lm
|
||||
|
||||
@@ -22,12 +22,12 @@ Index: iptables-1.4.11/Makefile.am
|
||||
+
|
||||
+sbin_PROGRAMS = xtables-multi iptables-batch ip6tables-batch
|
||||
man_MANS = iptables.8 iptables-restore.8 iptables-save.8 \
|
||||
iptables-xml.8 ip6tables.8 ip6tables-restore.8 \
|
||||
iptables-xml.1 ip6tables.8 ip6tables-restore.8 \
|
||||
ip6tables-save.8
|
||||
Index: iptables-1.4.11/iptables-batch.c
|
||||
Index: iptables/iptables/iptables-batch.c
|
||||
===================================================================
|
||||
--- /dev/null
|
||||
+++ iptables-1.4.11/iptables-batch.c
|
||||
+++ iptables/iptables/iptables-batch.c
|
||||
@@ -0,0 +1,468 @@
|
||||
+/*
|
||||
+ * Author: Ludwig Nussel <ludwig.nussel@suse.de>
|
||||
|
Reference in New Issue
Block a user