* Amogh vasekar (amog...@gmail.com) wrote:
> This is Amogh here, a student at Stanford University. As a part of some
> networking work, I'm trying to get OVS up and running with the net-next
> kernel branch (3.4 / 3.5)
> 
> I have built my kernel with OVS in "M" mode from menuconfig, and loaded it
> successfully using modprobe.
> 
> Now, I'm trying to get openvswitch-controller and openvswitch-switch up and
> running. I tried :
> 
> 1. Using apt-install to get latest package for these

In Fedora the packages expect the upstream kernel module name.

> 2. Using 1.4.1 branch, make and make install

If you don't mind manually patching...you can cherrypick the following
git commit:

 9b80f76 datapath: omit _mod from module names

from upstream openvswitch to your branch (the utilities/ovs-ctl.in being
the main important piece).  I believe that would be enough to get you
going.

thanks,
-chris
_______________________________________________
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to