aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorStephen Suryaputra <ssuryaextr@gmail.com>2018-02-28 12:20:44 -0500
committerDavid S. Miller <davem@davemloft.net>2018-03-01 21:40:22 -0500
commite2c0dc1f1d8e31eabed412b6f154ad549986bc28 (patch)
tree622fa812bb38c1729e1b7b6179dfb03c91991791 /include
parentnet: allow interface to be set into VRF if VLAN interface in same VRF (diff)
downloadlinux-dev-e2c0dc1f1d8e31eabed412b6f154ad549986bc28.tar.xz
linux-dev-e2c0dc1f1d8e31eabed412b6f154ad549986bc28.zip
vrf: check forwarding on the original netdevice when generating ICMP dest unreachable
When ip_error() is called the device is the l3mdev master instead of the original device. So the forwarding check should be on the original one. Changes from v2: - Handle the original device disappearing (per David Ahern) - Minimize the change in code order Changes from v1: - Only need to reset the device on which __in_dev_get_rcu() is done (per David Ahern). Signed-off-by: Stephen Suryaputra <ssuryaextr@gmail.com> Acked-by: David Ahern <dsahern@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions