]> git.llucax.com Git - z.facultad/75.74/practicos.git/blobdiff - practicas/pipi/src/routetable.cpp
Se omiten algunos mensajes de debug.
[z.facultad/75.74/practicos.git] / practicas / pipi / src / routetable.cpp
index 4a043cd79a30ed4bbc256e71612da96066fd0478..3363952fa93af1c23709c5b5046678381fa4e400 100644 (file)
@@ -11,8 +11,8 @@ void RouteTable::add(const IPAddr& net, const IPAddr& gw, unsigned metric, Dev&
 {
     table[net] = Route(gw, metric, iface);
 #ifdef DEBUG
-    std::cout << "Se agregó tabla para " << net << ": gw = " << gw
-        << ", metric = " << metric << "\n";
+    //std::cout << "Se agregó tabla para " << net << ": gw = " << gw
+    //    << ", metric = " << metric << "\n";
 #endif
 }