Hey,thanks, works !Eyal.
From: al...@nicira.com
Date: Fri, 6 Feb 2015 09:33:20 -0800
Subject: Re: [ovs-discuss] can't load openvswitch.ko for Unknown symbol problem
To: eya...@hotmail.com
CC: discuss@openvswitch.org
Hey,
Have you tried with this commit? Should be fine now,
c
Hey,
Have you tried with this commit? Should be fine now,
commit 4ceb6c87968da7bcf025e4d4aef1a8da81eb24b4
Author: Thomas Graf
Date: Wed Feb 4 07:45:06 2015 -0800
datapath: Fix missing symbols when required to use own VXLAN stack
Fixes an insufficient ifdef in compat/vxlan.c which ca
Hi
I think OVS kernel module is already included /w a CentOS7's kernel.
You only need to build & install controls for openvswith ( don't need kmod)
Here is one of my systems as an example:
# uname -r
3.10.0-123.8.1.el7.x86_64
# lsmod |grep openv
openvswitch70743 0
vxlan
OS: Centos7kernel: latest - 3.10.0-123.20.1.el7.x86_64OVS : 2.3.90 . the latest
master - openvswitch-ovs-4d9226a The H file
datapath/linux/compat/include/net/vxlan.h has :IFNDEF HAVE_VXLAN_METADATA
Which define prototype rpl_vxlan_xmit_skb. However the c file
datapath/linux/compat/vxlan.cDoesn