summaryrefslogtreecommitdiffstats
path: root/src/sbin/dhclient-script
diff options
context:
space:
mode:
Diffstat (limited to 'src/sbin/dhclient-script')
-rwxr-xr-xsrc/sbin/dhclient-script2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sbin/dhclient-script b/src/sbin/dhclient-script
index d8199cb..0695eff 100755
--- a/src/sbin/dhclient-script
+++ b/src/sbin/dhclient-script
@@ -110,7 +110,7 @@ add_new_address() {
$LOGGER "New Routers ($interface): $new_routers"
- # This is necessary otherwise apinger will try to ping all 1s address
+ # This is necessary otherwise dpinger will try to ping all 1s address
if [ -n "$new_routers" ] && [ "$new_routers" != "255.255.255.255" ]; then
echo $new_routers > /tmp/${interface}_router
fi
OpenPOWER on IntegriCloud