aboutsummaryrefslogtreecommitdiffstats
path: root/firmware/tigon
diff options
context:
space:
mode:
authorMark Tomlinson <mark.tomlinson@alliedtelesis.co.nz>2016-09-15 11:40:05 +1200
committerDavid S. Miller <davem@davemloft.net>2016-09-16 04:24:07 -0400
commitd6f64d725bac20df66b2eacd847fc41d7a1905e0 (patch)
treeae42b15809831078395b2adc0e64406780b8b026 /firmware/tigon
parentnet/ibm/emac: add mutex to 'set multicast list' (diff)
downloadlinux-dev-d6f64d725bac20df66b2eacd847fc41d7a1905e0.tar.xz
linux-dev-d6f64d725bac20df66b2eacd847fc41d7a1905e0.zip
net: VRF: Pass original iif to ip_route_input()
The function ip_rcv_finish() calls l3mdev_ip_rcv(). On any VRF except the global VRF, this replaces skb->dev with the VRF master interface. When calling ip_route_input_noref() from here, the checks for forwarding look at this master device instead of the initial ingress interface. This will allow packets to be routed which normally would be dropped. For example, an interface that is not assigned an IP address should drop packets, but because the checking is against the master device, the packet will be forwarded. The fix here is to still call l3mdev_ip_rcv(), but remember the initial net_device. This is passed to the other functions within ip_rcv_finish, so they still see the original interface. Signed-off-by: Mark Tomlinson <mark.tomlinson@alliedtelesis.co.nz> Acked-by: David Ahern <dsa@cumulusnetworks.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'firmware/tigon')
0 files changed, 0 insertions, 0 deletions