mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-16 22:28:18 +00:00
committed by
Christian Helmuth
parent
ec240a64d9
commit
930c29a50c
@ -33,6 +33,12 @@ struct Net::Ipv4_config
|
|||||||
Ipv4_address gateway);
|
Ipv4_address gateway);
|
||||||
|
|
||||||
Ipv4_config() { }
|
Ipv4_config() { }
|
||||||
|
|
||||||
|
bool operator != (Ipv4_config const &other) const
|
||||||
|
{
|
||||||
|
return interface != other.interface ||
|
||||||
|
gateway != other.gateway;
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif /* _IPV4_CONFIG_H_ */
|
#endif /* _IPV4_CONFIG_H_ */
|
||||||
|
Reference in New Issue
Block a user