diff options
Diffstat (limited to 'templates-cfg/system/conntrack/modules/nfs/enable/node.def')
-rw-r--r-- | templates-cfg/system/conntrack/modules/nfs/enable/node.def | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/templates-cfg/system/conntrack/modules/nfs/enable/node.def b/templates-cfg/system/conntrack/modules/nfs/enable/node.def deleted file mode 100644 index 3d07321..0000000 --- a/templates-cfg/system/conntrack/modules/nfs/enable/node.def +++ /dev/null @@ -1,9 +0,0 @@ -help: enable NFS protocol connection tracking helper - -create:expression: "touch /tmp/vyatta-conntrack-sync" - -end: if [ ${COMMIT_ACTION} = 'DELETE' ]; then - echo "sudo iptables -D VYATTA_CT_HELPER -t raw -p tcp --dport 2049 -j CT --helper nfs" - else - echo "sudo iptables -I VYATTA_CT_HELPER -t raw -p tcp --dport 2049 -j CT --helper nfs" - fi; |