diff options
author | Daniil Baturin <daniil.baturin@vyatta.com> | 2011-10-31 22:11:06 +0700 |
---|---|---|
committer | Daniil Baturin <daniil.baturin@vyatta.com> | 2011-10-31 22:11:06 +0700 |
commit | aeaf3d57035edb53d6b829c3810e42b44dcf845f (patch) | |
tree | ef1046370a9e9d5f02976d941aa5ca3a125e339e | |
parent | b73901dd854333e6c964417ea9f3ca29b3e9dbd6 (diff) | |
download | vyatta-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.def | 6 |
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 |