summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
Diffstat (limited to 'sbin')
-rwxr-xr-xsbin/dhclient-script12
1 files changed, 6 insertions, 6 deletions
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
OpenPOWER on IntegriCloud