diff options
| author | Jiri Benc <[email protected]> | 2016-04-29 21:31:32 +0000 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2016-05-02 04:19:58 +0000 |
| commit | b7f8fe251e4609e2a437bd2c2dea01e61db6849c (patch) | |
| tree | 2c1fec745c1ddb827e787b68e16b8ca987874aeb /net/tipc/node.c | |
| parent | net: Implement net_dbg_ratelimited() for CONFIG_DYNAMIC_DEBUG case (diff) | |
| download | kernel-b7f8fe251e4609e2a437bd2c2dea01e61db6849c.tar.gz kernel-b7f8fe251e4609e2a437bd2c2dea01e61db6849c.zip | |
gre: do not pull header in ICMP error processing
iptunnel_pull_header expects that IP header was already pulled; with this
expectation, it pulls the tunnel header. This is not true in gre_err.
Furthermore, ipv4_update_pmtu and ipv4_redirect expect that skb->data points
to the IP header.
We cannot pull the tunnel header in this path. It's just a matter of not
calling iptunnel_pull_header - we don't need any of its effects.
Fixes: bda7bb463436 ("gre: Allow multiple protocol listener for gre protocol.")
Signed-off-by: Jiri Benc <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/tipc/node.c')
0 files changed, 0 insertions, 0 deletions
