unsigned metric, Dev& iface)
{
table[net] = Route(gw, metric, mtu, iface);
-#ifdef DEBUG
- //std::cout << "Se agregó tabla para " << net << ": gw = " << gw
- // << ", metric = " << metric << "\n";
+#ifdef DEBUG_ROUTE
+ std::cout << "Se agregó tabla para " << net << ": gw = " << gw
+ << ", metric = " << metric << "\n";
#endif
}