commit | f52f11ec8ad49f697e5158ff87c39b44dab45f51 | [log] [tgz] |
---|---|---|
author | Xin Long <lucien.xin@gmail.com> | Wed Nov 06 17:01:03 2019 +0800 |
committer | David S. Miller <davem@davemloft.net> | Wed Nov 06 21:14:21 2019 -0800 |
tree | 7c3cae3491a797602578604ced2666e8a1374a2d | |
parent | 426071f1f3995d7e9603246bffdcbf344cd31719 [diff] |
lwtunnel: add options process for arp request Without options copied to the dst tun_info in iptunnel_metadata_reply() called by arp_process for handling arp_request, the generated arp_reply packet may be dropped or sent out with wrong options for some tunnels like erspan and vxlan, and the traffic will break. Fixes: 63d008a4e9ee ("ipv4: send arp replies to the correct tunnel") Signed-off-by: Xin Long <lucien.xin@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>