commit | 7332a13b038be05cf44fcf0cacfdd8aade77b16f | [log] [tgz] |
---|---|---|
author | Cong Wang <amwang@redhat.com> | Mon May 27 22:35:53 2013 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue May 28 23:53:52 2013 -0700 |
tree | 5584ca8159ad298a5b35b5ba6617a1be1bea43ec | |
parent | 31fec5aa21d166cf81702a669c1398784b513b8a [diff] |
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>