Re: [ovs-dev] [PATCH ovn] controller: Add support for PTR DNS requests.

2021-05-19 Thread Numan Siddique
On Mon, May 17, 2021 at 10:01 PM wrote: > > From: Vladislav Odintsov > > The native OVN DNS support doesn't yet support for PTR DNS requests. > This patch adds the support for it. If suppose there is a dns record > as - "vm1.ovn.org"="10.0.0.4", then a normal DNS request will query for > "vm1.ov

[ovs-dev] [PATCH ovn] controller: Add support for PTR DNS requests.

2021-05-17 Thread numans
From: Vladislav Odintsov The native OVN DNS support doesn't yet support for PTR DNS requests. This patch adds the support for it. If suppose there is a dns record as - "vm1.ovn.org"="10.0.0.4", then a normal DNS request will query for "vm1.ovn.org" and the reply will be the IP address - 10.0.0.4