diff options
| author | John Southworth <john.southworth@vyatta.com> | 2012-06-08 14:01:49 -0700 |
|---|---|---|
| committer | John Southworth <john.southworth@vyatta.com> | 2012-06-08 14:01:49 -0700 |
| commit | cfa0e1f627f7169da4e097cd38c1b51809b70543 (patch) | |
| tree | 846367880e7c20d5f7795a9248b3c47ec206bd6f | |
| parent | 7f9b5bc61c02df904aae6c0e35bb56676bc2c995 (diff) | |
| download | vyatta-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.am | 1 | ||||
| -rw-r--r-- | etc/modprobe.d/vyatta_ipset.conf | 21 |
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 |
