summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsbin/dhclient-script2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/dhclient-script b/sbin/dhclient-script
index ad22323..d88053c 100755
--- a/sbin/dhclient-script
+++ b/sbin/dhclient-script
@@ -129,7 +129,7 @@ delete_old_routes() {
add_new_routes() {
$LOGGER "Adding new routes"
- $ROUTE add $new_ip_address $LOCALHOST >/dev/null 2>&1
+ # $ROUTE add $new_ip_address $LOCALHOST >/dev/null 2>&1
# Only allow the default route to be overridden if it's on our own interface
DEFAULTROUTE_IFACE=`route get default | grep interface | awk '{print $2};'`
OpenPOWER on IntegriCloud