commit | 0770b53bd276a7b7846a185ec8a8f1188f135f7f | [log] [tgz] |
---|---|---|
author | pravin shelar <pshelar@ovn.org> | Sun Nov 13 20:43:57 2016 -0800 |
committer | David S. Miller <davem@davemloft.net> | Tue Nov 15 12:16:13 2016 -0500 |
tree | ad92f76aa3bebf4efea7f2235649ff02748376fe | |
parent | fee1fad7c73dd006f50115ddc538a2e20f3b0c6c [diff] |
vxlan: simplify vxlan xmit Existing vxlan xmit function handles two distinct cases. 1. vxlan net device 2. vxlan lwt device. By seperating initialization these two cases the egress path looks better. 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>