diff options
author | Mohit Mehta <mohit.mehta@vyatta.com> | 2010-05-17 15:23:22 -0700 |
---|---|---|
committer | Mohit Mehta <mohit.mehta@vyatta.com> | 2010-05-17 15:23:22 -0700 |
commit | bf09fe16cc778746c9636c7dd3e596e2c790a7fe (patch) | |
tree | a54f18fb641ad8add24652df4acc778628cdd44a /Makefile.am | |
parent | b9fe6eed4288c8bcb82edf7af0badefe6deb3a04 (diff) | |
download | vyatta-cfg-firewall-bf09fe16cc778746c9636c7dd3e596e2c790a7fe.tar.gz vyatta-cfg-firewall-bf09fe16cc778746c9636c7dd3e596e2c790a7fe.zip |
Fix Bug 5588 Add ability to modify conntrack expectation table size
* added 'firewall conntrack-expect-table-size' to modify expect table's size
* added 'firewall conntrack-hash-size' to set hash size for conntrack table
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index a140082..41aef8a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,8 @@ 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 sbin_SCRIPTS = share_perl5_DATA = |