-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Critical
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: 1.1.0
-
Component/s: None
-
Labels:
-
Epic Link:
-
Sprint:Blackbird Sprint 4(Feb 2-13)
ProxyArpManager class has bug with creating IPv6 ND advertisement. It tries to add MAC address at the targetAddress field, which should be actually IPv6 address of the targeted neighbor (Line 556: nadv.setTargetAddress(srcmac, toBytes()); ).
It also does not implement sending of the Options field which contains MAC address, so hosts cannot receive MAC address of the neighbor. What I receive on the host is IPv6 ND packet with 24 bytes and it should be 32 bytes, 8 bytes of Options is missing.