summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniil Baturin <daniil.baturin@vyatta.com>2011-10-31 22:11:06 +0700
committerDaniil Baturin <daniil.baturin@vyatta.com>2011-10-31 22:11:06 +0700
commitaeaf3d57035edb53d6b829c3810e42b44dcf845f (patch)
treeef1046370a9e9d5f02976d941aa5ca3a125e339e
parentb73901dd854333e6c964417ea9f3ca29b3e9dbd6 (diff)
downloadvyatta-cfg-system-aeaf3d57035edb53d6b829c3810e42b44dcf845f.tar.gz
vyatta-cfg-system-aeaf3d57035edb53d6b829c3810e42b44dcf845f.zip
Fix TFTP conntrack helper modules unloading commands.
-rw-r--r--templates/system/conntrack/modules/tftp/disable/node.def6
1 files changed, 4 insertions, 2 deletions
diff --git a/templates/system/conntrack/modules/tftp/disable/node.def b/templates/system/conntrack/modules/tftp/disable/node.def
index 3b5dc112..ebdecf44 100644
--- a/templates/system/conntrack/modules/tftp/disable/node.def
+++ b/templates/system/conntrack/modules/tftp/disable/node.def
@@ -1,5 +1,7 @@
help: Disable TFTP connection tracking
-create: sudo rmmod nf_conntrack_tftp
+create: sudo rmmod nf_nat_tftp
+ sudo rmmod nf_conntrack_tftp
-delete: sudo modprobe nf_conntrack_tftp \ No newline at end of file
+delete: sudo modprobe nf_conntrack_tftp
+ sudo modprobe nf_nat_tftp