Re: [Ryu-devel] Attempting to list the Interfaces within a Port.

2017-12-20 Thread Iwase Yusuke
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

[Ryu-devel] Attempting to list the Interfaces within a Port.

2017-12-18 Thread Tim Ireland
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