commit | c46b7897ad5ba49b215882fa6a1e4c28d21acf4f | [log] [tgz] |
---|---|---|
author | pravin shelar <pshelar@ovn.org> | Sun Nov 13 20:43:54 2016 -0800 |
committer | David S. Miller <davem@davemloft.net> | Tue Nov 15 12:16:13 2016 -0500 |
tree | 5486f3fa2634a06fb8c3866ab8a247c9de499623 | |
parent | 03dc52a86d58c70577d9f62527f68db9116f61a5 [diff] |
vxlan: simplify exception handling vxlan egress path error handling has became complicated, it need to handle IPv4 and IPv6 tunnel cases. Earlier patch removes vlan handling from vxlan_build_skb(), so vxlan_build_skb does not need to free skb and we can simplify the xmit path by having single error handling for both type of tunnels. Signed-off-by: Pravin B Shelar <pshelar@ovn.org> Acked-by: Jiri Benc <jbenc@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>