google / seesaw

Seesaw v2 is a Linux Virtual Server (LVS) based load balancing platform.
Apache License 2.0
5.65k stars 511 forks source link

Fix target IP address in serialized ARP message #13

Closed brandt closed 8 years ago

brandt commented 8 years ago

When an ARP message is serialized to bytes the target MAC address (FF:FF:FF:FF:FF) is used in place of the target IP address.

This fixes it so that the correct struct member is used for the target IP address.