commit | a322a1bcf32900e9c9f4f9d3e09717513d918cdc | [log] [tgz] |
---|---|---|
author | Pravin B Shelar <pshelar@nicira.com> | Mon Dec 07 19:17:30 2015 -0800 |
committer | David S. Miller <davem@davemloft.net> | Tue Dec 08 22:39:03 2015 -0500 |
tree | eed1c4aef9a5183f67be154bdaf6fcf19e510b7d | |
parent | bd5eb35f16a9c55afcf5eb1c920cbbaf09747369 [diff] |
geneve: Fix IPv6 xmit stats update. Call to iptunnel_xmit_stats() is not required after udp-tunnel6-xmit. By calling iptunnel_xmit_stats() results in incorrect device stats. Following patch drops this call. Signed-off-by: Pravin B Shelar <pshelar@nicira.com> Signed-off-by: David S. Miller <davem@davemloft.net>