[ovs-discuss] Open vSwitch packages for Go

2017-12-04 Thread Matt Layher via discuss
Hi all, I spoke about DigitalOcean's OvS package at the fall conference, and I'm happy to announce that we've open sourced our OvS tooling for Go: https://github.com/digitalocean/go-openvswitch ovs is the package that is currently used in production.  ovsdb and ovsnl are a couple of experime

Re: [ovs-discuss] Programming flows to bond port

2017-12-04 Thread Justin Pettit
As Ben mentioned, unfortunately, bonds don't have OpenFlow port number. Depending on what you want to do, you may be able to get similar results with either the "group" functionality or the "bundle" action (note this is the OVS bundle action and not OpenFlow bundle transaction semantics--they'r

Re: [ovs-discuss] Programming flows to bond port

2017-12-04 Thread Ben Pfaff
On Mon, Dec 04, 2017 at 07:42:06PM +0530, Pradeep K.S wrote: > I have a created bond interface, with multiple slaves. I want to program > flows > such that packets arriving on port X -> should be directed to bond port > But the > problem is bond port doesn't have ofportid, how to program such a flo

Re: [ovs-discuss] ovndb_servers can't be promoted

2017-12-04 Thread Hui Xiang
Thanks Numan, so sorry for occupying your much time on it. I have fixed the problem, but not with very clear reason, after the cloud completed deployment with puppet(not TrippleO), no matter what I am using, either 'pcs' or 'crm', the resource just could not start as it is expected. but if I use so

[ovs-discuss] Programming flows to bond port

2017-12-04 Thread Pradeep K.S
I have a created bond interface, with multiple slaves. I want to program flows such that packets arriving on port X -> should be directed to bond port But the problem is bond port doesn't have ofportid, how to program such a flow using ovs-ofctl I tried setting bond_fake_iface, still I don't get