--- badi/public_scripts/switchgate/dhclient-exit-hooks.d/switchgate-helper 2009/04/23 17:42:48 1.1.1.1 +++ badi/public_scripts/switchgate/dhclient-exit-hooks.d/switchgate-helper 2010/08/18 11:38:51 1.2 @@ -12,6 +12,8 @@ if [ "$RUN" = "yes" ]; then mkdir "$SWITCHGATE_CONFDIR" fi + echo "Adding DHCP supplied gateways to the list of gateways for switchgate." + # Register switchgate routers echo "$new_routers" | sed -e "s/ /\n/g" > "$SWITCHGATE_CONFDIR"/dhcp.$interface fi