]> git.baikalelectronics.ru Git - kernel.git/commit
vxlan: defer vxlan init as late as possible
authorCong Wang <amwang@redhat.com>
Mon, 27 May 2013 22:35:53 +0000 (22:35 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 29 May 2013 06:53:52 +0000 (23:53 -0700)
commit2a61a5792791813338de24b3a537c520f14b48f3
tree5584ca8159ad298a5b35b5ba6617a1be1bea43ec
parentf568e81e0d63190f7cf639d5fd8d003532d7bfcc
vxlan: defer vxlan init as late as possible

When vxlan is compiled as builtin, its init code
runs before IPv6 init, this could cause problems
if we create IPv6 socket in the latter patch.

Cc: Stephen Hemminger <stephen@networkplumber.org>
Cc: David S. Miller <davem@davemloft.net>
Signed-off-by: Cong Wang <amwang@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/vxlan.c