mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-23 15:32:25 +00:00
parent
88a3fda36a
commit
6aba4871a7
@ -1378,9 +1378,6 @@ class Vfs::Lxip_file_system : public Vfs::File_system,
|
||||
} else if (gateway == "") {
|
||||
warning("Missing \"gateway\" attribute. Ignoring network interface config.");
|
||||
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);
|
||||
|
Loading…
Reference in New Issue
Block a user