summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Southworth <john.southworth@vyatta.com>2012-06-08 14:01:49 -0700
committerJohn Southworth <john.southworth@vyatta.com>2012-06-08 14:01:49 -0700
commitcfa0e1f627f7169da4e097cd38c1b51809b70543 (patch)
tree846367880e7c20d5f7795a9248b3c47ec206bd6f
parent7f9b5bc61c02df904aae6c0e35bb56676bc2c995 (diff)
downloadvyatta-cfg-firewall-cfa0e1f627f7169da4e097cd38c1b51809b70543.tar.gz
vyatta-cfg-firewall-cfa0e1f627f7169da4e097cd38c1b51809b70543.zip
Bugfix 8042: increase number of firewall groups to a reasonable number
-rw-r--r--Makefile.am1
-rw-r--r--etc/modprobe.d/vyatta_ipset.conf21
2 files changed, 22 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index f9f9466..0226d8a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,6 +4,7 @@ curverdir = $(sysconfdir)/config-migrate/current
modprobedir = /etc/modprobe.d
modprobe_DATA = etc/modprobe.d/vyatta_xt_recent.conf
+modprobe_DATA += etc/modprobe.d/vyatta_ipset.conf
sbin_SCRIPTS =
curver_DATA = cfg-version/firewall@5
diff --git a/etc/modprobe.d/vyatta_ipset.conf b/etc/modprobe.d/vyatta_ipset.conf
new file mode 100644
index 0000000..dbd863d
--- /dev/null
+++ b/etc/modprobe.d/vyatta_ipset.conf
@@ -0,0 +1,21 @@
+#
+# **** License ****
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License version 2 as
+# published by the Free Software Foundation.
+#
+# This program is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# General Public License for more details.
+#
+# This code was originally developed by Vyatta, Inc.
+# Portions created by Vyatta are Copyright (C) 2010 Vyatta, Inc.
+# All Rights Reserved.
+# **** End License ****
+#
+# Author: John Southworth
+# Description: Set maximum number of ipsets
+#
+
+options ip_set max_sets=3072