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 /etc/modprobe.d | |
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
Diffstat (limited to 'etc/modprobe.d')
-rw-r--r-- | etc/modprobe.d/vyatta_ipset.conf | 21 |
1 files changed, 21 insertions, 0 deletions
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 |