From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sergei Shtylyov Subject: Re: [PATCH v2] ipvlan: flush arp table when mac address changed Date: Mon, 14 May 2018 12:50:03 +0300 Message-ID: References: <20180514092256.10940-1-liuqifa@huawei.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org To: liuqifa@huawei.com, davem@davemloft.net, dsahern@gmail.com, maheshb@google.com, weiyongjun1@huawei.com, maowenan@huawei.com, dingtianhong@huawei.com Return-path: In-Reply-To: <20180514092256.10940-1-liuqifa@huawei.com> Content-Language: en-US Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org Hello. On 5/14/2018 12:22 PM, liuqifa@huawei.com wrote: > From: Keefe Liu > > When master device's mac has been changed, the > commit <32c10bbfe914> "ipvlan: always use the current L2 > addr of the master" makes the IPVlan devices's mac changed commit 32c10bbfe914 ("ipvlan: always use the current L2 addr of the master"). > also, but it doesn't flush the IPVlan's arp table. > > Signed-off-by: Keefe Liu [...] MBR, Sergei