# HG changeset patch # User Kirill Andreev # Date 1256819981 -10800 # Node ID 3d1c26170e5ce82176622230fb9355961b0e385e # Parent 6eebad1fb54dd15329418d84a94853cd01ceedf9 Mesh: HWMP: fixed proactive routes diff -r 6eebad1fb54d -r 3d1c26170e5c src/devices/mesh/dot11s/hwmp-protocol.cc --- a/src/devices/mesh/dot11s/hwmp-protocol.cc Thu Oct 29 11:12:12 2009 +0000 +++ b/src/devices/mesh/dot11s/hwmp-protocol.cc Thu Oct 29 15:39:41 2009 +0300 @@ -320,7 +320,7 @@ { NS_ASSERT(destination != Mac48Address::GetBroadcast ()); HwmpRtable::LookupResult result = m_rtable->LookupReactive (destination); - NS_LOG_DEBUG("Requested src = "<