Save any dhcp options we did not handle to net.$interface.dhcpopts

This commit is contained in:
Victor Lowther 2009-02-25 18:42:09 -08:00 committed by Harald Hoyer
parent 17867cf913
commit 6a376b57eb

View File

@ -19,6 +19,7 @@ case $reason in
for s in $new_domain_name_servers; do
echo "nameserver $s" >> /etc/resolv.conf
done
set |grep -e '^new_[a-z_]=' >/net.$interface.dhcpopts
>/net.$interface.up ;;
*) ;;
esac