equal
deleted
inserted
replaced
34 #include <map> |
34 #include <map> |
35 |
35 |
36 #include <cstdlib> |
36 #include <cstdlib> |
37 #include <cstdarg> |
37 #include <cstdarg> |
38 |
38 |
|
39 namespace ns3 { |
|
40 |
39 NS_LOG_COMPONENT_DEFINE ("Ipv4ClickRouting"); |
41 NS_LOG_COMPONENT_DEFINE ("Ipv4ClickRouting"); |
40 |
|
41 namespace ns3 { |
|
42 |
42 |
43 // Values from nsclick ExtRouter implementation |
43 // Values from nsclick ExtRouter implementation |
44 #define INTERFACE_ID_KERNELTAP 0 |
44 #define INTERFACE_ID_KERNELTAP 0 |
45 #define INTERFACE_ID_FIRST 1 |
45 #define INTERFACE_ID_FIRST 1 |
46 #define INTERFACE_ID_FIRST_DROP 33 |
46 #define INTERFACE_ID_FIRST_DROP 33 |