SHA256
1
0
forked from pool/dhcp
OBS User unknown
2007-08-24 21:23:29 +00:00
committed by Git OBS Bridge
parent da59e30098
commit 0341434b10
6 changed files with 8 additions and 33 deletions

View File

@@ -79,16 +79,6 @@ case "$1" in
exit 6;
fi
# it might be necessary to convert "configuration names" (as in
# /etc/sysconfig/network/ifcfg-* into "interface names" (like eth*)
if [ -x /sbin/getcfg-interface ]; then
unset interfaces
for i in $DHCRELAY_INTERFACES; do
interfaces="$interfaces$(/sbin/getcfg-interface $i) "
done
DHCRELAY_INTERFACES=$interfaces
fi
for i in $DHCRELAY_INTERFACES ; do
DHCRELAY_INTERFACES_ARGS="$DHCRELAY_INTERFACES_ARGS -i $i"
done