Re: [ovs-discuss] OVS Python IDL fetching database

2020-01-16 Thread Numan Siddique
On Thu, Jan 16, 2020 at 6:26 PM mkobus wrote: > > Hi MailingList! > > I'm trying to write Python script using OVS library to fetch DB content and > print all current bridges, ports and interfaces. Following snippet shows what > I deduced so far from examples found in >

[ovs-discuss] OVS Python IDL fetching database

2020-01-16 Thread mkobus
Hi MailingList! Im trying to write Python script using OVS library to fetch DB content and print all current bridges, ports and interfaces. Following snippet shows what I deduced so far from examples found in mail.openvswitch.org mail.openvswitch.org : ``` import ovs.db.idl import