Page MenuHomeVyOS Platform

VPP: Enable ip4-dhcp-client-detect feature if interface address is configured as DHCP
In progress, NormalPublicFEATURE REQUEST

Description

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

Details

Version
-
Is it a breaking change?
Perfectly compatible
Issue type
Feature (new functionality)

Related Objects

Event Timeline

natali-rs1985 changed the task status from Open to In progress.
natali-rs1985 claimed this task.
natali-rs1985 triaged this task as Normal priority.
natali-rs1985 added a project: VyOS Rolling.