summaryrefslogtreecommitdiff
path: root/templates-cfg/system/conntrack/modules/nfs/disable/node.def
blob: 90f91032ffbd3f90edb2147c871cb3856ceb19f1 (plain)
1
2
3
4
5
6
7
help: disable NFS protocol connection tracking helper 

end: if [ ${COMMIT_ACTION} = 'DELETE' ]; then
       sudo /opt/vyatta/bin/sudo-users/vyatta-cthelper.pl --enable_nfs=nfs
     else  
       sudo /opt/vyatta/bin/sudo-users/vyatta-cthelper.pl --disable_nfs=nfs
     fi;