Re: [ovs-discuss] using OVS with FRR within eVPN environment

2019-07-04 Thread Raymond Burkholder
On 2019-07-04 1:30 a.m., Lee Wilson via discuss wrote: The only way i have seen it done is as per below example.. This is a script i found on this forum which creates a veth between the kernel bridge and the ovs-switch. ... script cut out This works, though using veth seems like a bit of

Re: [ovs-discuss] Open vSwitch openflow example

2019-07-04 Thread Raymond Burkholder
Your question is somewhat vague.  But for what it is worth, to provide an idea of what can be done, this is an extract from a bash script which maps the flows in each direction from one vlan on one port to another vlan on another port. VLANA=$(ovs-vsctl get Interface {{ mapping.a.port }}

Re: [ovs-discuss] Open vSwitch openflow example

2019-07-04 Thread Ben Pfaff
The OVS docs have a worked out example: http://docs.openvswitch.org/en/latest/tutorials/ovs-advanced/ On Thu, Jul 04, 2019 at 08:58:38PM +, Heim, Dennis wrote: > I am trying to do a vlan trunk from my open vSwitch when connected with an > openflow controller. Does anyone have any examples of

Re: [ovs-discuss] Controller + dot1Q trunk

2019-07-04 Thread Ben Pfaff
Should be easy with Faucet. On Thu, Jul 04, 2019 at 08:53:51PM +, Heim, Dennis wrote: > Are there any SDN controllers that support VLAN trunks without too much work? > > Dennis Heim | Domain Architect (Collaboration Labs) > World Wide Technology, Inc. | +1 314-212-1814 >

[ovs-discuss] Open vSwitch openflow example

2019-07-04 Thread Heim, Dennis
I am trying to do a vlan trunk from my open vSwitch when connected with an openflow controller. Does anyone have any examples of what an openflow rule should look like to do that? Dennis Heim | Domain Architect (Collaboration Labs) World Wide Technology, Inc. | +1 314-212-1814

Re: [ovs-discuss] Controller + dot1Q trunk

2019-07-04 Thread Heim, Dennis
Are there any SDN controllers that support VLAN trunks without too much work? Dennis Heim | Domain Architect (Collaboration Labs) World Wide Technology, Inc. | +1 314-212-1814 [cid:image001.png@01D10DD2.7FC81F90]

[ovs-discuss] using OVS with FRR within eVPN environment

2019-07-04 Thread Lee Wilson via discuss
Hi All, Container > openvswitch vlan500 > vxlan 1000 FRR > BGP eVPN I am using openvswitch to connect containers within a gentoo host, though I have been struggling to get the macs within the fdb used by FRR installed on the same host for propagation into a BGP eVPN network. The only way i

[ovs-discuss] Re:[HELP] Question about userspace geneve/vxlan port

2019-07-04 Thread txfh2007 via discuss
Hi all: I have found theoritically during the upcall process, task tnl_port_receive could be called(via upcall_cb() -> upcall_receive() -> xlate_lookup() ->xport_lookup). But in my env, after tracing code by gdb, I have found the task "tnl_port_should_receive(flow)" always returns "false"