Re: [ovs-dev] [PATCH ovn v3] controller: Ignore DNS queries with RRs

2023-05-26 Thread Brian Haley
Hi Ales, Thanks for the review and for fixing the timeout. I had tried in my own fork and it failed in a different way, again unrelated to the change. I'll push a v4 with an updated commit message that hopefully gets a good run. Thanks, -Brian On 5/26/23 2:41 AM, Ales Musil wrote: On

Re: [ovs-dev] [PATCH ovn v3] controller: Ignore DNS queries with RRs

2023-05-26 Thread Ales Musil
On Thu, May 25, 2023 at 8:29 PM Brian Haley wrote: > DNS queries with optional records (RRs), for example, with > cookies for EDNS, are not supported by the OVN resolver. > Trying to reply will result in mangled responses that > clients do not understand - the ANSWER section will > contain an

[ovs-dev] [PATCH ovn v3] controller: Ignore DNS queries with RRs

2023-05-25 Thread Brian Haley
DNS queries with optional records (RRs), for example, with cookies for EDNS, are not supported by the OVN resolver. Trying to reply will result in mangled responses that clients do not understand - the ANSWER section will contain an incorrect option. Instead, just return early when one is