]> git.baikalelectronics.ru Git - kernel.git/commit
vxlan: move Ethernet initialization to a separate function
authorJiri Benc <jbenc@redhat.com>
Tue, 5 Apr 2016 12:47:10 +0000 (14:47 +0200)
committerDavid S. Miller <davem@davemloft.net>
Wed, 6 Apr 2016 20:50:31 +0000 (16:50 -0400)
commit875353b38cb84b6118afe6be60320ecd2df2a61e
tree569b86f67e4563ca033d14f9cf1344080b750664
parentfa6011f449577e6d2eb2d19382ac1335764d858b
vxlan: move Ethernet initialization to a separate function

This will allow to initialize vxlan in ARPHRD_NONE mode based on the passed
rtnl attributes.

v2: renamed "l2mode" to "ether".

Signed-off-by: Jiri Benc <jbenc@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/vxlan.c