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

2020-01-17 Thread mkobus
Thanks a lot Numan! I did some research on ovsdbapp and found:  www.flaviof.com www.flaviof.com which allowed me to write fully working script. Dnia 16 stycznia 2020 17:00 Numan Siddique num...@ovn.org napisał(a): On Thu, Jan 16, 2020 at 6:26 PM mkobus mko...@o2.pl

[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