changeset 1177 | c7bf3cf186ac |
parent 1176 | 4894ea885c0f |
child 1178 | a40440a4b2fa |
--- a/src/internet-node/arp-l3-protocol.cc Tue Jul 31 09:09:31 2007 +0200 +++ b/src/internet-node/arp-l3-protocol.cc Tue Jul 31 09:17:05 2007 +0200 @@ -34,6 +34,7 @@ namespace ns3 { +const InterfaceId ArpL3Protocol::iid = MakeInterfaceId ("ArpL3Protocol", Object::iid); const uint16_t ArpL3Protocol::PROT_NUMBER = 0x0806; ArpL3Protocol::ArpL3Protocol (Ptr<Node> node)