[ovs-discuss] RSTP in VLAN

2019-02-12 Thread Matthias May via discuss
Hi I've run into the situation where I need to receive/transmit VLAN-tagged RSTP frames. I can not find any information on anyone ever doing that with OVS. Any pointers on how to do that? What I've tried so far: A rule on the bridge in question: ovs-ofctl add-flow br0 "table=0 priority=2000

Re: [ovs-discuss] GRE tunnel on single machine issue

2019-02-12 Thread Gregory Rose
On 2/10/2019 11:45 PM, Boris Ouretskey wrote: Hi I am trying to set up GRE tunnel between OVS switches on a single machine. For that I have run simple *_mininet topology _*with two hosts running in container connected to two different OVS switches. Outside of container, I have configured GRE

Re: [ovs-discuss] Can I create a new OpenFlow message from OVS to the controller???

2019-02-12 Thread Ben Pfaff
On Wed, Feb 13, 2019 at 06:27:43AM +0900, 장예훈 wrote: > I’m really sorry to keep asking you questions. Please help me once…. > > I want to create a new OpenFlow message from OVS and send it to the > controller. > What source code should I modify?? > > Or, I would like to add anew value to the

[ovs-discuss] Can I create a new OpenFlow message from OVS to the controller???

2019-02-12 Thread 장예훈
Hi. I’m really sorry to keep asking you questions. Please help me once…. I want to create a new OpenFlow message from OVS and send it to the controller. What source code should I modify?? Or, I would like to add anew value to the error message sent when the FlowTable is full. What source code