xapi-project / xcp-networkd

The XCP networking daemon
Other
14 stars 42 forks source link

CA-324959: do not loose DNS settings after a network reset #168

Closed edwintorok closed 5 years ago

edwintorok commented 5 years ago

This results in an empty /etc/resolv.conf when using static IPs:

systemctl stop xcp-networkd
rm /var/lib/xcp/networkd.db
systemctl start xcp-networkd

After the fix we get a working /etc/resolv.conf. This affects master too.