#!/bin/sh
#
#  Find the gateway after DHCP has run

WIFIROAMD_PINGGW_DEFAULTGW=`ip ro ls | grep '^default ' | awk '{ print $3 }'`
