commit | f491e56dba511d318f52efa4c226471bf5943e88 | [log] [tgz] |
---|---|---|
author | Jiri Benc <jbenc@redhat.com> | Tue Feb 02 18:09:16 2016 +0100 |
committer | David S. Miller <davem@davemloft.net> | Sun Feb 07 13:51:00 2016 -0500 |
tree | 867a57ddd7013409c517d5179ddf0ac637e7b9db | |
parent | b4ed5cad24c1072033efbffa680c84c9ba19c798 [diff] |
vxlan: consolidate vxlan_xmit_skb and vxlan6_xmit_skb There's a lot of code duplication. Factor out the duplicate code to a new function shared between IPv4 and IPv6 xmit path. Signed-off-by: Jiri Benc <jbenc@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>