Re: [PATCH] net: ipv4: fix l3slave check for index returned in IP_PKTINFO

2017-09-15 Thread David Miller
From: David Ahern Date: Wed, 13 Sep 2017 17:11:37 -0700 > rt_iif is only set to the actual egress device for the output path. The > recent change to consider the l3slave flag when returning IP_PKTINFO > works for local traffic (the correct device index is returned), but it >

[PATCH] net: ipv4: fix l3slave check for index returned in IP_PKTINFO

2017-09-13 Thread David Ahern
rt_iif is only set to the actual egress device for the output path. The recent change to consider the l3slave flag when returning IP_PKTINFO works for local traffic (the correct device index is returned), but it broke the more typical use case of packets received from a remote host always