mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-09-02 15:25:48 +00:00
-n [master]
fixes in openwrt script from the lwds-lite lab as well as some cosmetic changes and updating other scripts to use two double quotes instead of two single quotes for empty zone ids. [rt29843]
This commit is contained in:
@@ -29,7 +29,7 @@ make_resolv_conf() {
|
||||
case $nameserver in
|
||||
fe80:*) zone_id="%$interface";;
|
||||
FE80:*) zone_id="%$interface";;
|
||||
*) zone_id='';;
|
||||
*) zone_id="";;
|
||||
esac
|
||||
echo nameserver ${nameserver}$zone_id >> /etc/resolv.conf.dhclient6
|
||||
done
|
||||
|
Reference in New Issue
Block a user