summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sbin/dhclient/dhclient-script2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/dhclient/dhclient-script b/sbin/dhclient/dhclient-script
index f6da4f6..c457bf4 100644
--- a/sbin/dhclient/dhclient-script
+++ b/sbin/dhclient/dhclient-script
@@ -260,7 +260,7 @@ exit_with_hooks() {
# commands that are available prior to /usr being mounted.
is_default_interface()
{
- routeget="`route get -inet default`"
+ routeget="`route -n get -inet default`"
oldifs="$IFS"
IFS="
"
OpenPOWER on IntegriCloud