summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMohit Mehta <mohit.mehta@vyatta.com>2010-07-15 10:51:53 -0700
committerMohit Mehta <mohit.mehta@vyatta.com>2010-07-15 10:51:53 -0700
commit7cf567cb1538070ea204b64e53135de876c12dd3 (patch)
tree1b37f837ac64be8a9e7237b8d1a9736230546575 /Makefile.am
parent1eb6d30dae07ef661966d05b681a623ee02a7dda (diff)
downloadvyatta-cfg-firewall-7cf567cb1538070ea204b64e53135de876c12dd3.tar.gz
vyatta-cfg-firewall-7cf567cb1538070ea204b64e53135de876c12dd3.zip
Fix bug 4629 configuration limit of recent count firewall rule is 20
* raise recent count limit to 255. add syntax check to disallow invalid values
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 781965f..d76794a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,7 +2,9 @@ cfgdir = $(datadir)/vyatta-cfg/templates
share_perl5dir = /opt/vyatta/share/perl5/Vyatta/IpTables
curverdir = $(sysconfdir)/config-migrate/current
modprobedir = /etc/modprobe.d
-modprobe_DATA = etc/modprobe.d/vyatta_nf_conntrack
+
+modprobe_DATA = etc/modprobe.d/vyatta_nf_conntrack
+modprobe_DATA += etc/modprobe.d/vyatta_xt_recent
sbin_SCRIPTS =
share_perl5_DATA =