Re: [ovs-discuss] [ovs] Adding tagged interfaces to ovs-system managed interface in the system configuration.

2021-06-23 Thread Ben Pfaff
On Tue, Jun 22, 2021 at 09:58:49PM +0200, Krzysztof Klimonda wrote: > Hi, > > I have tried the following configuration for the system-level network in the > lab: > > > +--vlan10@bond0 > ens1--+ |

Re: [ovs-discuss] 回复: An error in file ovn-sb.ovsschema

2021-06-23 Thread Ben Pfaff
Thanks, I applied this to OVN master. On Wed, Jun 23, 2021 at 06:32:10AM +, wen yuxuan wrote: > Sure, it works! > Coz we are going to create a mount of vm to use ovn load balancer. > > > 发件人: Ben Pfaff > 发送时间: 2021年6月23日 0:20 > 收件人: wen yuxuan > 抄送: b...@ope

Re: [ovs-discuss] IDL issue with using Ryu as the OVSDB manager

2021-06-23 Thread Jonathan Fournier
I might have found the problem... Not in OVS. /usr/lib/python3.8/site-packages/ryu/services/protocols/ovsdb/client.py: ... # NOTE(jkoelker) Wrap ovs's Idl to accept an existing session, and #trigger callbacks on changes class Idl(idl.Idl): def __init__(self, session, schema):

[ovs-discuss] IDL issue with using Ryu as the OVSDB manager

2021-06-23 Thread Jonathan Fournier
Hi, I'm using ovs-vswitchd (Open vSwitch) 2.13.3 (latest LTS) and the latest git clone of Ryu from https://github.com/faucetsdn/ryu, when installing Ryu it has a python dependency on ovs 2.13.3 so I assume the ovs python package installed is matching the OVS version I'm using. I'm trying to use R