Re: [ovs-dev] [PATCH v3 1/2 ovn] Fix the data type for DHCP option tftp_server (66)

2020-06-01 Thread svc . mail . git
Hi Numan, Thanks for reply. Sure, added Signed-off-by tag. Regards, Ankur From: Numan Siddique Sent: Monday, June 1, 2020 10:10 AM To: svc.mail.git Cc: ovs-dev ; Dhathri Purohith Subject: Re: [ovs-dev] [PATCH v3 1/2 ovn] Fix the data type for DHCP option

Re: [ovs-dev] [PATCH v3 1/2 ovn] Fix the data type for DHCP option tftp_server (66)

2020-06-01 Thread Numan Siddique
On Mon, Jun 1, 2020 at 10:38 PM Ankur Sharma wrote: > From: Dhathri Purohith > > Currently, DHCP option is of type ipv4. But, according to RFC 2132, > option 66 can be a hostname i.e, we should also accept string type. > In order to be backward compatible, a new type called "host_id" is >

[ovs-dev] [PATCH v3 1/2 ovn] Fix the data type for DHCP option tftp_server (66)

2020-06-01 Thread Ankur Sharma
From: Dhathri Purohith Currently, DHCP option is of type ipv4. But, according to RFC 2132, option 66 can be a hostname i.e, we should also accept string type. In order to be backward compatible, a new type called "host_id" is introduced, which accepts both ipv4 address and string. Type for DHCP