2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-09-05 08:45:35 +00:00

Don't echo ifconfig parameters - that was for debugging.

This commit is contained in:
Ted Lemon
1997-11-22 06:15:01 +00:00
parent 1694510988
commit 7f01219ea5
3 changed files with 0 additions and 3 deletions

View File

@@ -24,7 +24,6 @@ fi
if [ x$reason = xMEDIUM ]; then
ifconfig $interface $medium
ifconfig $interface inet -alias 0.0.0.0 $medium >/dev/null 2>&1
ifconfig $interface
sleep 1
exit 0
fi