Skip to content

Commit

Permalink
net: dhcpv4: The client needs info about network interfaces
Browse files Browse the repository at this point in the history
DHCPv4 client code needs to know information when network
interfaces are going down and up. So make sure that network
management config options are enabled in that case.

Fixes #33137

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
  • Loading branch information
jukkar committed Mar 11, 2021
1 parent ffadff9 commit b8d4d9b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions subsys/net/ip/Kconfig.ipv4
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ config NET_IPV4_ACCEPT_ZERO_BROADCAST

config NET_DHCPV4
bool "Enable DHCPv4 client"
select NET_MGMT
select NET_MGMT_EVENT
depends on NET_UDP

config NET_DHCPV4_INITIAL_DELAY_MAX
Expand Down

0 comments on commit b8d4d9b

Please sign in to comment.