X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2Fdhcp%2Fdhcp.api;h=7f559128353c86d75e1dff548dee622019643732;hb=f3be34e44;hp=4611d5fadd8f4abaf7a4a19633fafb17c0350bb5;hpb=4b89013081851f5e71162244d9e052eac5a98f3d;p=vpp.git diff --git a/src/plugins/dhcp/dhcp.api b/src/plugins/dhcp/dhcp.api index 4611d5fadd8..7f559128353 100644 --- a/src/plugins/dhcp/dhcp.api +++ b/src/plugins/dhcp/dhcp.api @@ -278,6 +278,15 @@ define dhcp_proxy_details vl_api_dhcp_server_t servers[count]; }; +autoreply define dhcp_client_detect_enable_disable +{ + u32 client_index; + u32 context; + + vl_api_interface_index_t sw_if_index; + bool enable; +}; + /** \brief Set DHCPv6 DUID-LL @param client_index - opaque cookie to identify the sender @param context - sender context, to match reply w/ request