mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-09 04:15:52 +00:00
parent
ec240a64d9
commit
930c29a50c
@ -33,6 +33,12 @@ struct Net::Ipv4_config
|
||||
Ipv4_address gateway);
|
||||
|
||||
Ipv4_config() { }
|
||||
|
||||
bool operator != (Ipv4_config const &other) const
|
||||
{
|
||||
return interface != other.interface ||
|
||||
gateway != other.gateway;
|
||||
}
|
||||
};
|
||||
|
||||
#endif /* _IPV4_CONFIG_H_ */
|
||||
|
Loading…
x
Reference in New Issue
Block a user