View | Details | Raw Unified | Return to bug 1040
Collapse All | Expand All

(-)a/src/olsr/model/olsr-routing-protocol.cc (+1 lines)
 Lines 327-332    Link Here 
327
        {
327
        {
328
          NS_FATAL_ERROR ("Failed to bind() OLSR socket");
328
          NS_FATAL_ERROR ("Failed to bind() OLSR socket");
329
        }
329
        }
330
      socket->BindToNetDevice (m_ipv4->GetNetDevice (i));
330
      m_socketAddresses[socket] = m_ipv4->GetAddress (i, 0);
331
      m_socketAddresses[socket] = m_ipv4->GetAddress (i, 0);
331
332
332
      canRunOlsr = true;
333
      canRunOlsr = true;

Return to bug 1040