commit | 25c7704d8bdcf6746dab4397953df51759924b37 | [log] [tgz] |
---|---|---|
author | Pravin B Shelar <pshelar@nicira.com> | Sun Mar 24 17:36:29 2013 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon Mar 25 12:30:25 2013 -0400 |
tree | 827ce8d9cf89b2a19c248ad3ea1ec0763760ff9d | |
parent | 5594c32187e4cb673d2ac815b1adb5a96d9f6254 [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> Acked-by: Cong Wang <amwang@redhat.com> Signed-off-by: Pravin B Shelar <pshelar@nicira.com>