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

(-)a/src/tap-bridge/model/tap-bridge.cc (-1 / +1 lines)
 Lines 632-638    Link Here 
632
          NS_FATAL_ERROR ("Did not get the raw socket from the socket creator");
632
          NS_FATAL_ERROR ("Did not get the raw socket from the socket creator");
633
        }
633
        }
634
634
635
      if (m_mode == USE_LOCAL || m_mode == USE_BRIDGE)
635
      if (m_mode == USE_BRIDGE)
636
        {
636
        {
637
          //
637
          //
638
          // Set the ns-3 device's mac address to the overlying container's
638
          // Set the ns-3 device's mac address to the overlying container's

Return to bug 2923