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

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

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

[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