Re: [ovs-dev] [PATCH OVN v6 1/3] actions: DHCP Relay Agent support for overlay IPv4 subnets.

2024-04-24 Thread Numan Siddique
On Wed, Apr 24, 2024 at 5:56 AM Naveen Yerramneni < naveen.yerramn...@nutanix.com> wrote: > NEW OVN ACTIONS > --- > 1. dhcp_relay_req_chk(, ) >- This action executes on the source node on which the DHCP request > originated. >- This action relays the DHCP request

[ovs-dev] [PATCH OVN v6 1/3] actions: DHCP Relay Agent support for overlay IPv4 subnets.

2024-04-24 Thread Naveen Yerramneni
NEW OVN ACTIONS --- 1. dhcp_relay_req_chk(, ) - This action executes on the source node on which the DHCP request originated. - This action relays the DHCP request coming from client to the server. Relay-ip is used to update GIADDR in the DHCP header. 2.