commit | 946bf5ee3c46f73b5cbd52aab594697b1a132d1f | [log] [tgz] |
---|---|---|
author | Steffen Klassert <steffen.klassert@secunet.com> | Fri Feb 11 11:21:57 2011 -0800 |
committer | David S. Miller <davem@davemloft.net> | Fri Feb 11 11:23:12 2011 -0800 |
tree | a28a589a294fe25407001d419c8788348633f65b | |
parent | 0b150932197b185ad5816932912e648116c7a96a [diff] |
ip_gre: Add IPPROTO_GRE to flowi in ipgre_tunnel_xmit Commit 5811662b15db018c740c57d037523683fd3e6123 ("net: use the macros defined for the members of flowi") accidentally removed the setting of IPPROTO_GRE from the struct flowi in ipgre_tunnel_xmit. This patch restores it. Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com> Acked-by: Changli Gao <xiaosuo@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>