add hw adress translator, add solicitedNodeAddress traslation , finisched arp to ndp handler

This commit is contained in:
stubbfel
2017-02-16 00:47:27 +01:00
parent 7e7e66f0b7
commit 9b65fca64a
9 changed files with 140 additions and 123 deletions

View File

@@ -17,9 +17,8 @@ public:
const Tins::IPv6Address & getPrefix() const;
void setPrefix(const Tins::IPv6Address & newPrefix);
void setSolicitedNodeAddress(INOUT Tins::IPv6 & ipv6, IN const Tins::IPv6Address & targetIp);
private:
UPtrIPv6Address prefix;
UPtrIPv6Address ndpPrefix;
UPtrIPv4Address ndpMask;
};
#endif