mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-22 04:52:56 +01:00
committed by
Christian Helmuth
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);
|
||||
|
||||
Reference in New Issue
Block a user