[ovs-discuss] flow table in standalone mode

2018-09-11 Thread sun joe
Hello, I'm trying to pack OVS into a fibre modem to build a vCPE controlled by ODL。Reading those documents describing interaction between OVS and ODL, it seems flow tables should be controlled by ODL and initialized by ODL. But, as u all know we could not guarantee controller is

Re: [ovs-discuss] Using ipv6_label match and dec_ttl action inflowrule produces errors

2018-09-11 Thread nm_r
>> It seems that IPv6 flow label support in OVS has some other problems too. >> >> Assume that in one flow table the IPv6 flow label of a packet is set and its >> then >> resubmitted to another table. In the second table some other matches on IPv6 >> flow label exists. > > Thanks for the bug

[ovs-discuss] Unnecessary sorting in production JSON code

2018-09-11 Thread Daniel Alvarez Sanchez
Hi all, I noticed that we're doing a lot of sorting in the JSON code which is not needed except for testing. Problem is that if I remove the sorting, then most of the tests break. I spent a fair amount of time trying to fix them but it's getting harder and harder. Possibly, the best way to fix

Re: [ovs-discuss] How to increase mtu on gre_sys interface ?

2018-09-11 Thread Jean-mathieu CHANTREIN
Hello. It's work if I add a post-up instruction on the OVSBridge iface vmbr1 inet manual ovs_type OVSBridge ovs_ports gre1 gre2 gre3 mtu 9000 post-up ( ovs-vsctl set Bridge vmbr1 rstp_enable=true && sleep 10 && ip link set gre_sys mtu 8872 ) But I'm not sure it's the best way ...

Re: [ovs-discuss] [openvswitch 2.10.0+2018.08.28+git.e0cea85314+ds2] testsuite: 975 2347 2482 2483 2633 failed

2018-09-11 Thread Thomas Goirand
On 09/11/2018 04:15 PM, Ben Pfaff wrote: > Most of the test failures seem related to the "asynchronous message > control" tests. I haven't yet determined the reason for the failure, > but after some work I was able to reproduce it on my own system. Great, let me know when you've found out. I've

[ovs-discuss] Can't add Bridge

2018-09-11 Thread Ramzah Rehman
I have been trying to create a bridge with openvswitch using the command on Ubuntu 18.04: ovs-vsctl add-br br1 --set bridge br1 datapath_type=netdev but I keep getting this error: ovs-vsctl: Error detected while setting up 'br0'. See ovs-vswitchd log for details. ovs-vsctl: The default log

Re: [ovs-discuss] [openvswitch 2.10.0+2018.08.28+git.e0cea85314+ds2] testsuite: 975 2347 2482 2483 2633 failed

2018-09-11 Thread Ben Pfaff
On Wed, Sep 05, 2018 at 01:55:08PM -0700, Ben Pfaff wrote: > On Wed, Sep 05, 2018 at 01:50:06PM +0200, Thomas Goirand wrote: > > On 09/04/2018 11:06 PM, Ben Pfaff wrote: > > > On Tue, Sep 04, 2018 at 09:20:45AM +0200, Thomas Goirand wrote: > > >> On 09/02/2018 03:12 AM, Justin Pettit wrote: > >