SHA256
1
0
forked from pool/iptables
2011-06-08 11:07:59 +00:00
committed by Git OBS Bridge
parent 3098b5de10
commit 3ffef0f144
7 changed files with 31 additions and 84 deletions

View File

@@ -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>