summaryrefslogtreecommitdiff
path: root/templates-cfg/system/conntrack/hash-size/node.def
diff options
context:
space:
mode:
Diffstat (limited to 'templates-cfg/system/conntrack/hash-size/node.def')
-rw-r--r--templates-cfg/system/conntrack/hash-size/node.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates-cfg/system/conntrack/hash-size/node.def b/templates-cfg/system/conntrack/hash-size/node.def
index b70d407..8e702c7 100644
--- a/templates-cfg/system/conntrack/hash-size/node.def
+++ b/templates-cfg/system/conntrack/hash-size/node.def
@@ -12,7 +12,7 @@ update:
then
sudo sh -c "sed -i -e '/options nf_conntrack hashsize/d' \
/etc/modprobe.d/vyatta_nf_conntrack.conf"
- sudo sh -c "echo options nf_conntrack hashsize=$VAR(@) >> \
+ sudo sh -c "echo options nf_conntrack hashsize=$VAR(@) nf_conntrack_helper=1 >> \
/etc/modprobe.d/vyatta_nf_conntrack.conf"
echo "Updated conntrack hash size. This change will take affect when the system is rebooted."
fi