kernel/modules: add native vxlan package
authorJohn Crispin <blogic@openwrt.org>
Fri, 31 Oct 2014 11:01:28 +0000 (11:01 +0000)
committerJohn Crispin <blogic@openwrt.org>
Fri, 31 Oct 2014 11:01:28 +0000 (11:01 +0000)
commit4323cbba66e01def83f8e25cb9720ea4cbe02ddc
tree28fe52677f76452935ae0a1579832ebbae2edb01
parentbfb710247b84122e948188c38c4dbf1dc261cb9a
kernel/modules: add native vxlan package

More recent kernel versions (>= 3.12) support native VXLAN
support.

The Open VSwitch kernel module tries to build using native VXLAN
support if it detects a kernel version >=3.12.

The build works fine, but during startup the OVS kernel module
does not load.
dmesg output is something like this:
    [ 1201.262842] openvswitch: Unknown symbol vxlan_sock_release
    [ 1201.262949] openvswitch: Unknown symbol vxlan_xmit_skb
    [ 1201.263161] openvswitch: Unknown symbol vxlan_sock_add

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43126 3c298f89-4303-0410-b956-a3cf2f4a3e73
package/kernel/linux/modules/netsupport.mk