mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-25 10:48:41 +00:00
Kernel: Stop exposing gateway field
It doesn't make sense after introduction of routing table which allows having multiple gateways for every interface, and isn't used by any of the userspace programs now.
This commit is contained in:
@@ -159,9 +159,4 @@ void NetworkAdapter::set_ipv4_netmask(IPv4Address const& netmask)
|
||||
m_ipv4_netmask = netmask;
|
||||
}
|
||||
|
||||
void NetworkAdapter::set_ipv4_gateway(IPv4Address const& gateway)
|
||||
{
|
||||
m_ipv4_gateway = gateway;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user