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

(-)a/src/applications/model/radvd.cc (-2 / +5 lines)
 Lines 99-106    Link Here 
99
99
100
  for (RadvdInterfaceListCI it = m_configurations.begin (); it != m_configurations.end (); it++)
100
  for (RadvdInterfaceListCI it = m_configurations.begin (); it != m_configurations.end (); it++)
101
    {
101
    {
102
      m_eventIds[(*it)->GetInterface ()] = EventId ();
102
      if ((*it)->IsSendAdvert ())
103
      ScheduleTransmit (Seconds (0.), (*it), m_eventIds[(*it)->GetInterface ()], Ipv6Address::GetAllNodesMulticast (), true); 
103
        {
104
          m_eventIds[(*it)->GetInterface ()] = EventId ();
105
          ScheduleTransmit (Seconds (0.), (*it), m_eventIds[(*it)->GetInterface ()], Ipv6Address::GetAllNodesMulticast (), true);
106
        }
104
    }
107
    }
105
}
108
}
106
109

Return to bug 2016