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

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