void RouteTable::add(const IPAddr& net, const IPAddr& gw, unsigned metric, Dev& iface)
{
table[net] = Route(gw, metric, iface);
void RouteTable::add(const IPAddr& net, const IPAddr& gw, unsigned metric, Dev& iface)
{
table[net] = Route(gw, metric, iface);