Hi Tim,
Thank you for your reporting.
I could reproduce the same problem, but this problem is on "ovs" python library
and not on Ryu...
My Script:
=
from ryu.lib.ovs import vsctl
OVSDB_ADDR = 'tcp:127.0.0.1:6640'
# Equivalent to
# $ ovs-vsctl get Port bond0 interfaces
ovs_vsctl = vsctl.V
I’m writing a wrapper around the vsctl command so I can collect data about a
remote ovs instance. I have a need to get the mapping from each Interface to
it’s corresponding Port. Using the “get” command, I can fetch all data that is
visible in the "ovsdb-client dump" command for a Port, excep