Browse Source

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

master
Victor Lowther 16 years ago committed by Harald Hoyer
parent
commit
6a376b57eb
  1. 1
      dhclient-script

1
dhclient-script

@ -19,6 +19,7 @@ case $reason in @@ -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

Loading…
Cancel
Save