Re: [ovs-dev] [PATCH v3 2/2] ovn-northd: Add logical flows to support native DNS

2017-03-29 Thread Numan Siddique
On Wed, Mar 29, 2017 at 11:47 PM, Guru Shetty wrote: > >> >> Agree. It was in my mind. I somehow missed it out. >> >> >>> >>> The above would mean that for each logical port, we need to create a DNS >>> record in the DNS table. Having the schema like the above has advantages. >>>

Re: [ovs-dev] [PATCH v3 2/2] ovn-northd: Add logical flows to support native DNS

2017-03-29 Thread Guru Shetty
> > > > Agree. It was in my mind. I somehow missed it out. > > >> >> The above would mean that for each logical port, we need to create a DNS >> record in the DNS table. Having the schema like the above has advantages. >> In the future, if we have to add new options for DNS, then it becomes >>

Re: [ovs-dev] [PATCH v3 2/2] ovn-northd: Add logical flows to support native DNS

2017-03-29 Thread Ben Pfaff
On Mon, Mar 27, 2017 at 07:43:24PM +0530, nusid...@redhat.com wrote: > From: Numan Siddique > > OVN implements native DNS resolution which can be used to resolve the > internal DNS names belonging to a logical datapath. > > To support this, a new table 'DNS' is added in the

Re: [ovs-dev] [PATCH v3 2/2] ovn-northd: Add logical flows to support native DNS

2017-03-27 Thread Numan Siddique
On Mon, Mar 27, 2017 at 9:45 PM, Guru Shetty wrote: > > > On 27 March 2017 at 07:13, wrote: > >> From: Numan Siddique >> >> OVN implements native DNS resolution which can be used to resolve the >> internal DNS names belonging to a logical

Re: [ovs-dev] [PATCH v3 2/2] ovn-northd: Add logical flows to support native DNS

2017-03-27 Thread Guru Shetty
On 27 March 2017 at 07:13, wrote: > From: Numan Siddique > > OVN implements native DNS resolution which can be used to resolve the > internal DNS names belonging to a logical datapath. > > To support this, a new table 'DNS' is added in the NB DB. A new

[ovs-dev] [PATCH v3 2/2] ovn-northd: Add logical flows to support native DNS

2017-03-27 Thread nusiddiq
From: Numan Siddique OVN implements native DNS resolution which can be used to resolve the internal DNS names belonging to a logical datapath. To support this, a new table 'DNS' is added in the NB DB. A new column 'dns_lookups' is added in 'Logical_Switch' table which