xapi-project / xcp-networkd

The XCP networking daemon
Other
14 stars 42 forks source link

CA-324959: suppport both DNS= and DNS%d= formats #166

Closed edwintorok closed 5 years ago

edwintorok commented 5 years ago

DNS%d= is written by host-installer, and DNS= would've been written by the non-hotfixed version of XAPI on pool eject/network reset. DNS1 could contain comma-separated values too, handle this by splitting each value and then List.concat at the end.

See https://github.com/xapi-project/xen-api/pull/3931 why this is needed