Summary
Automatically enable the VPP feature ip4-dhcp-client-detect on interface with DHCP address
in vppctl
lcp create eth1 host-if tap4096 set interface feature eth1 ip4-dhcp-client-detect arc ip4-unicast lcp resync
Additional information
https://github.com/FDio/vpp/blob/85c0a0e3cd8a92db9814b43a3db9398e7fbbb93f/src/plugins/dhcp/dhcp_api.c#L636
https://github.com/FDio/vpp/blob/85c0a0e3cd8a92db9814b43a3db9398e7fbbb93f/src/plugins/dhcp/dhcp.api#L281