Enable `proto-dhcpv4` feature by default. Fixes #327

v0.7.x
Dario Nieuwenhuis 2020-12-26 02:04:39 +01:00
parent 12f2e0f7e2
commit 21deb47bbb
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ default = [
"std", "log", # needed for `cargo test --no-default-features --features default` :/
"ethernet",
"phy-raw_socket", "phy-tap_interface",
"proto-ipv4", "proto-igmp", "proto-ipv6",
"proto-ipv4", "proto-igmp", "proto-dhcpv4", "proto-ipv6",
"socket-raw", "socket-icmp", "socket-udp", "socket-tcp"
]