Re: [ovs-discuss] Use python to forward messages between 2 OVS bridges

2020-09-09 Thread Dan Sneddon
If you just want to send traffic between the bridges on the two
raspberry pis, then you can set up a tunnel with ports on each raspberry
pi, and then send traffic between the two bridges that way.

I'm not clear on what your intention is of a python script to retrieve
the flows, so this might not meet your needs.

-- 
Dan Sneddon |  Senior Principal Software Engineer
dsned...@redhat.com |  redhat.com/cloud
dsneddon:irc|  @dxs:twitter

On 9/9/20 8:18 AM, Jordan Sandri wrote:
> Hi!
> I have 2 raspberry pis with an OVS bridge on each of them. I would like to 
> know if it was possible to add a virtual port to a bridge and then use a 
> python script retrieving all the flow coming to this virtual port to send it 
> to the OVS bridge of the second raspberry pi. If so, how should I proceed?
> My concern is about how to get the flow from the virtual port then I will use 
> LoRa python libraries to send the flow to the second pi.
> ___
> discuss mailing list
> disc...@openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-discuss
> 

___
discuss mailing list
disc...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-discuss


[ovs-discuss] Use python to forward messages between 2 OVS bridges

2020-09-09 Thread Jordan Sandri
Hi!
I have 2 raspberry pis with an OVS bridge on each of them. I would like to know 
if it was possible to add a virtual port to a bridge and then use a python 
script retrieving all the flow coming to this virtual port to send it to the 
OVS bridge of the second raspberry pi. If so, how should I proceed?
My concern is about how to get the flow from the virtual port then I will use 
LoRa python libraries to send the flow to the second pi.
___
discuss mailing list
disc...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-discuss