mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-11 15:33:04 +00:00
parent
88a3fda36a
commit
6aba4871a7
@ -1378,9 +1378,6 @@ class Vfs::Lxip_file_system : public Vfs::File_system,
|
|||||||
} else if (gateway == "") {
|
} else if (gateway == "") {
|
||||||
warning("Missing \"gateway\" attribute. Ignoring network interface config.");
|
warning("Missing \"gateway\" attribute. Ignoring network interface config.");
|
||||||
throw Genode::Xml_node::Nonexistent_attribute();
|
throw Genode::Xml_node::Nonexistent_attribute();
|
||||||
} else if (nameserver == "") {
|
|
||||||
warning("Missing \"nameserver\" attribute. Ignoring network interface config.");
|
|
||||||
throw Genode::Xml_node::Nonexistent_attribute();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
log("static network interface: ip_addr=",ip_addr," netmask=",netmask," gateway=",gateway);
|
log("static network interface: ip_addr=",ip_addr," netmask=",netmask," gateway=",gateway);
|
||||||
|
Loading…
Reference in New Issue
Block a user