oxidecomputer/opte

Hard coded DHCP DNS options

Closed this issue · 1 comments

This line is causing problems and needs to be parameterized with the rack configured dns addresses.

dns_servers: Some([Some(Ipv4Addr::from([8, 8, 8, 8])), None, None]),