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 m
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 p