Re: [ovs-dev] [PATCH ovn] northd: Add support for DHCP Option 12 (Hostname)

2021-06-15 Thread Numan Siddique
On Tue, Jun 15, 2021 at 10:30 AM Vladislav Odintsov wrote: > > Glad to hear that. > > I’ve sent a new patch version: > https://patchwork.ozlabs.org/project/ovn/patch/20210615142405.20140-1-odiv...@gmail.com/ > BTW, is there any other way to update patch except posting a complete new > patch to

Re: [ovs-dev] [PATCH ovn] northd: Add support for DHCP Option 12 (Hostname)

2021-06-15 Thread Vladislav Odintsov
Glad to hear that. I’ve sent a new patch version: https://patchwork.ozlabs.org/project/ovn/patch/20210615142405.20140-1-odiv...@gmail.com/ BTW, is there any other way to update patch except posting a complete new patch to patchwork with vN version prefix? Sorry if it’s a stupid question, I’m

Re: [ovs-dev] [PATCH ovn] northd: Add support for DHCP Option 12 (Hostname)

2021-06-15 Thread Numan Siddique
On Tue, Jun 15, 2021 at 5:00 AM Vladislav Odintsov wrote: > > Hi Numan, > > Thanks for review. > > I’ve been thinking about such approach to set hostnames via DHCP_Options. In > my opinion it can be an overkill to have a special DHCP_Options record per > each logical switch port in case where

Re: [ovs-dev] [PATCH ovn] northd: Add support for DHCP Option 12 (Hostname)

2021-06-15 Thread Vladislav Odintsov
Hi Numan, Thanks for review. I’ve been thinking about such approach to set hostnames via DHCP_Options. In my opinion it can be an overkill to have a special DHCP_Options record per each logical switch port in case where we want to return hostnames in DHCP Reply. I understand hostname as a

Re: [ovs-dev] [PATCH ovn] northd: Add support for DHCP Option 12 (Hostname)

2021-06-14 Thread Numan Siddique
On Fri, May 28, 2021 at 7:32 AM Vladislav Odintsov wrote: > > DHCP Option Hostname is a per-Logical_Switch_Port property, configured in > Logical_Switch_Port's options:hostname field. It is used if DHCPv4 is > enabled for this LSP. > > Signed-off-by: Vladislav Odintsov Thanks for the patch.

[ovs-dev] [PATCH ovn] northd: Add support for DHCP Option 12 (Hostname)

2021-05-28 Thread Vladislav Odintsov
DHCP Option Hostname is a per-Logical_Switch_Port property, configured in Logical_Switch_Port's options:hostname field. It is used if DHCPv4 is enabled for this LSP. Signed-off-by: Vladislav Odintsov --- The implementation for ovn-northd-ddlog is absent, it needs help from somebody, who's