Talk:QEMU with Open vSwitch network
Before creating a discussion or leaving a comment, please read about using talk pages. To create a new discussion, click here. Comments on an existing discussion should be signed using
~~~~
:
A comment [[User:Larry|Larry]] 13:52, 13 May 2024 (UTC) : A reply [[User:Sally|Sally]] 13:44, 5 November 2024 (UTC) :: Your reply ~~~~
Confused about Open vSwitch
Thanks for this article! I'm impressed on how far opensource has come with virtualisation with KVM/QEMU by now and openvswitch for me is the missing puzzle tile.
But I'm also a bit confused since in this article I am told to activate
<*> Open vSwitch
in the kernel but if I have and go on to emerge net-misc/openvswitch it tells me
* CONFIG_OPENVSWITCH: should not be set.
.
But it is set...
So what's the right way and why are only kernels up to 4.8 supported by net-misc/openvswitch?
Thanks a lot — The preceding unsigned comment was added by Tazinblack (talk • contribs) 07:51, 22 February 2017
I use this successfully with sys-kernel/gentoo-kernel 5.11.2 and CONFIG_OPENVSWITCH=m.
Emerge did not complain about CONFIG_OPENVSWITCH for me. (net-misc/openvswitch 2.14.1)
I skipped all the "bridge controller" stuff from the tutorial, since my version does not have /etc/init.d/ovs-controller. It's working fine without. I replaced the "ovs-controller" dependency in the openrc script with "ovsdb-server"