src/node/ipv6-routing-protocol.cc
changeset 5217 8a9dbc333e76
parent 4731 510db8599bfb
equal deleted inserted replaced
5216:d727f39da668 5217:8a9dbc333e76
    17  */
    17  */
    18 
    18 
    19 /* taken from src/node/ipv4-routing-protocol.cc and adapted to IPv6 */
    19 /* taken from src/node/ipv4-routing-protocol.cc and adapted to IPv6 */
    20 
    20 
    21 #include "ns3/assert.h"
    21 #include "ns3/assert.h"
       
    22 
    22 #include "ipv6-route.h"
    23 #include "ipv6-route.h"
    23 #include "ipv6-routing-protocol.h"
    24 #include "ipv6-routing-protocol.h"
    24 
    25 
    25 namespace ns3 
    26 namespace ns3 
    26 {
    27 {