Re: [Ryu-devel] [PATCH] rest_router: Fix ARP THA in reply message

2016-12-29 Thread FUJITA Tomonori
On Fri, 16 Dec 2016 13:03:31 +0900 IWASE Yusuke wrote: > Currently, rest_router sends ARP reply messages composing own MAC > address in Target MAC Address, and both Sender/Target MAC address > are MAC address of rest_router. > So, with this reply messages, Wireshark will report "Duplicate IP > ad

[Ryu-devel] [PATCH] rest_router: Fix ARP THA in reply message

2016-12-15 Thread IWASE Yusuke
Currently, rest_router sends ARP reply messages composing own MAC address in Target MAC Address, and both Sender/Target MAC address are MAC address of rest_router. So, with this reply messages, Wireshark will report "Duplicate IP address detected". This patch fixes this problem. This problem was r