Re: [ovs-discuss] [EXT] Re: How to match on the physical and logical ingress ports

2021-07-01 Thread Dr. Shukri George Abdallah
Hi Please see https://opennetworking.org/wp-content/uploads/2014/10/openflow-switch-v1.3.5.pdf Section 7.2.3.9 .This link uses the term "logical" Please see https://www.man7.org/linux/man-pages/man7/ovs-fields.7.html. This link uses the term "virtual". The context is GRE tunneling Shukri ---

Re: [ovs-discuss] MAC Learning not working correctly in a ring network with STP enabled

2021-07-01 Thread Seshadri, Usha
Pinging the group again with this issue. Has anyone been able to get MAC learning to work in a ring topology? I tried enabling secure mode as well as STP in a standalone mode, but haven't been able to get it to work. Thanks in advance for your response. Thanks, Usha From: Seshadri, Usha (US)

Re: [ovs-discuss] How to match on the physical and logical ingress ports

2021-07-01 Thread Ben Pfaff
On Thu, Jul 01, 2021 at 02:51:13PM +, Dr. Shukri George Abdallah wrote: > When the physical ingress port is different than the logical ingress > port, using the ovs-ofctl utility, how can one match on the physical > and logical ingress ports? How are you defining "physical" and "logical" ingre

Re: [ovs-discuss] [EXT] Re: How to match on the physical and logical ingress ports

2021-07-01 Thread Dr. Shukri George Abdallah
No. I want to write flow rules using the ovs-ofctl utility to match traffic coming through specific physical ports and logical ports and to treat each traffic flow using different action clauses. Thanks Shukri From: Peter Phaal Sent: Thursday, July 1, 2021 11:58 AM To: Dr. Shukri George Abdal

Re: [ovs-discuss] How to match on the physical and logical ingress ports

2021-07-01 Thread Peter Phaal
Is this what you are looking for? % ovs-vsctl --format json --columns name,ofport,ifindex list Interface {"data":[["br2",65534,10],["eth0",1,2],["br1",65534,9],["vm",2,11],["gre0",1,0]],"headings":["name","ofport","ifindex"]} > On Jul 1, 2021, at 7:51 AM, Dr. Shukri George Abdallah > wrote: >

[ovs-discuss] How to match on the physical and logical ingress ports

2021-07-01 Thread Dr. Shukri George Abdallah
Hi When the physical ingress port is different than the logical ingress port, using the ovs-ofctl utility, how can one match on the physical and logical ingress ports? thanks Shukri George Abdallah Lead Network Researcher L110 - Infra & Networking Innovation Center Office - (703) 983-2470 Cell

Re: [ovs-discuss] [External] : Re: Is this a bug in the "Egress Loopback table" or am I missing something

2021-07-01 Thread Brendan Doyle
On 30/06/2021 18:44, Numan Siddique wrote: On Wed, Jun 30, 2021 at 10:54 AM Brendan Doyle wrote: OK so the simple 1 line change to northd.c in: [ovs-dev,v8,1/6] northd: Swap src and dst eth addresses in router egress loop. fixes the problem, can access all external networks, and the ha