[ovs-discuss] Confused how to set up an STP loop topology on BPI switches

2019-01-08 Thread Christopher Hannon
Hello all, I am struggling to set up a simple topology and could use some advice. I am trying to set up a loop topology using 4 Banana Pi R1 Routers running OVS. http://www.banana-pi.org/r1.html. The devices are advertised as 4 LAN ports and 1 WAN port. I want to set up a topology as such: h1

[ovs-discuss] Confused how to set up an STP loop topology on BPI switches

2019-01-08 Thread Christopher Hannon
Hello all, I am struggling to set up a simple topology and could use some advice. I am trying to set up a loop topology using 4 Banana Pi R1 Routers running OVS. http://www.banana-pi.org/r1.html. The devices are advertised as 4 LAN ports and 1 WAN port. I want to set up a topology as such: h1

[ovs-discuss] Confusing errors in response to incorrectly formed OFPGroupMod

2019-01-08 Thread Artem Gromov
Hi, OVS sends confusing error message to incorrectly formed OFPGroupMod message with OFPGC_ADD command and command_bucket_id set. This condition (absence of else keyword and body) is probably the main cause: https://github.com/openvswitch/ovs/blob/master/lib/ofp-group.c#L2188 It should be

[ovs-discuss] Add channel topic to #openvswitch on IRC

2019-01-08 Thread Stephen Finucane
I'm not sure if #openvwitch on freenode is a valid, official IRC channel or not and I don't see any admins connected at the moment. If it is, I'm seeing a lot of questions being asked there that would probably be better directed here, to ovs-discuss. It might be advisable to set a topic like the

Re: [ovs-discuss] Cannot Add Meter in OVS 2.10.2

2019-01-08 Thread Ramzah Rehman
I am sharing complete procedure here so that you can help me in this. On Ubuntu 4.4.0-31-generic I installed OVS 2.10.90 on it as follows. apt-get install git git clone https://github.com/openvswitch/ovs.git cd ovs apt install build-essential libssl1.0.0 libcap-ng-utils sudo add-apt-repository