#!/bin/sh if [ -z "$CTDB_BASE" ] ; then export CTDB_BASE="/usr/local/etc/ctdb" fi . "${CTDB_BASE}/functions" load_script_options "failover" "11.natgw" # Default NAT gateway nodes file location [ -n "$CTDB_NATGW_NODES" ] || CTDB_NATGW_NODES="${CTDB_BASE}/natgw_nodes" if [ -z "$CTDB" ] ; then CTDB=ctdb fi ############################################################ usage () { cat <