|
|
| 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 |
|