commit | 330305cc4a6b0cb75c22fc01b8826f0ad755550f | [log] [tgz] |
---|---|---|
author | Pravin B Shelar <pshelar@nicira.com> | Sun Mar 24 17:36:29 2013 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue Mar 26 13:50:05 2013 -0400 |
tree | 91d73aaccb12054ba88c538c78a9c1559a0218c8 | |
parent | 9fe16b78ee17579cb4f333534cf7043e94c67024 [diff] |
ipv4: Fix ip-header identification for gso packets. ip-header id needs to be incremented even if IP_DF flag is set. This behaviour was changed in commit 490ab08127cebc25e3a26 (IP_GRE: Fix IP-Identification). Following patch fixes it so that identification is always incremented. Reported-by: Cong Wang <amwang@redhat.com> Signed-off-by: Pravin B Shelar <pshelar@nicira.com> Signed-off-by: David S. Miller <davem@davemloft.net>