nic_router: report DNS server

This commit is contained in:
Martin Stein 2018-05-26 18:10:19 +02:00 committed by Christian Helmuth
parent 3cac7e878d
commit 22a69efafa

View File

@ -362,6 +362,7 @@ void Domain::report(Xml_generator &xml)
if (config) {
xml.attribute("ipv4", String<19>(ip_config().interface));
xml.attribute("gw", String<16>(ip_config().gateway));
xml.attribute("dns", String<16>(ip_config().dns_server));
}
});
}