Re: [PATCH net] ipv4: Pass original device to ip_rcv_finish_core

2019-02-27 Thread David Miller
From: David Ahern Date: Mon, 25 Feb 2019 13:55:48 -0800 > From: David Ahern > > ip_route_input_rcu expects the original ingress device (e.g., for > proper multicast handling). The skb->dev can be changed by l3mdev_ip_rcv, > so dev needs to be saved prior to calling it. This was the behavior pri

[PATCH net] ipv4: Pass original device to ip_rcv_finish_core

2019-02-25 Thread David Ahern
From: David Ahern ip_route_input_rcu expects the original ingress device (e.g., for proper multicast handling). The skb->dev can be changed by l3mdev_ip_rcv, so dev needs to be saved prior to calling it. This was the behavior prior to the listify changes. Fixes: 5fa12739a53d0 ("net: ipv4: listif