From 409dc2e1cca772fa6d46403269554487d1236b09 Mon Sep 17 00:00:00 2001 From: Ermal Date: Wed, 8 Dec 2010 17:57:23 +0000 Subject: Actually we do not use this code at all in pfSense. --- sbin/dhclient-script | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'sbin/dhclient-script') diff --git a/sbin/dhclient-script b/sbin/dhclient-script index a177e2c..40490aa 100755 --- a/sbin/dhclient-script +++ b/sbin/dhclient-script @@ -261,12 +261,12 @@ if [ -f /etc/dhclient-enter-hooks ]; then fi fi -if [ -x $ROUTE ]; then - if_defaultroute=`$ROUTE -n get -inet default | $GREP interface | $AWK '{print $2}'` -else - $LOGGER "if_defaultroute" - if_defaultroute="x" -fi +#if [ -x $ROUTE ]; then +# if_defaultroute=`$ROUTE -n get -inet default | $GREP interface | $AWK '{print $2}'` +#else +# $LOGGER "if_defaultroute" +# if_defaultroute="x" +#fi $LOGGER $reason case $reason in -- cgit v1.1