Re: [PATCH net-next v2] ipvlan: handle NETDEV_DOWN event

From: Eric Dumazet
Date: Fri Apr 05 2024 - 14:21:44 EST


On Fri, Apr 5, 2024 at 8:16 PM Venkat Venkatsubra
<venkat.x.venkatsubra@xxxxxxxxxx> wrote:
>
> In case of stacked devices, to help propagate the down
> link state from the parent/root device (to this leaf device),
> handle NETDEV_DOWN event like it is done now for NETDEV_UP.
>
> In the below example, ens5 is the host interface which is the
> parent of the ipvlan interface eth0 in the container.
>

Reviewed-by: Eric Dumazet <edumazet@xxxxxxxxxx>
Thanks.