summaryrefslogtreecommitdiff
path: root/templates-cfg/system/conntrack/modules/nfs/enable/node.def
diff options
context:
space:
mode:
Diffstat (limited to 'templates-cfg/system/conntrack/modules/nfs/enable/node.def')
-rw-r--r--templates-cfg/system/conntrack/modules/nfs/enable/node.def6
1 files changed, 6 insertions, 0 deletions
diff --git a/templates-cfg/system/conntrack/modules/nfs/enable/node.def b/templates-cfg/system/conntrack/modules/nfs/enable/node.def
index b2a2694..130dd7f 100644
--- a/templates-cfg/system/conntrack/modules/nfs/enable/node.def
+++ b/templates-cfg/system/conntrack/modules/nfs/enable/node.def
@@ -1,3 +1,9 @@
help: enable nfs
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;