diff options
author | Stephen Suryaputra <ssuryaextr@gmail.com> | 2018-02-28 12:20:44 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-03-01 21:40:22 -0500 |
commit | e2c0dc1f1d8e31eabed412b6f154ad549986bc28 (patch) | |
tree | 622fa812bb38c1729e1b7b6179dfb03c91991791 /net/sctp | |
parent | 50d629e7a843d1635ecb1658335279503c4ec9a8 (diff) |
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 'net/sctp')
0 files changed, 0 insertions, 0 deletions