Re: [ovs-dev] [PATCH v5] python: Add async DNS support

2023-07-14 Thread Ilya Maximets
On 7/12/23 05:55, Terry Wilson wrote: > This adds a Python version of the async DNS support added in: > > 771680d96 DNS: Add basic support for asynchronous DNS resolving > > The above version uses the unbound C library, and this > implimentation uses the SWIG-wrapped Python version of that. > >

[ovs-dev] [PATCH v5] python: Add async DNS support

2023-07-11 Thread Terry Wilson
This adds a Python version of the async DNS support added in: 771680d96 DNS: Add basic support for asynchronous DNS resolving The above version uses the unbound C library, and this implimentation uses the SWIG-wrapped Python version of that. In the event that the Python unbound library is not