Kaynağa Gözat

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

Dario Nieuwenhuis 4 yıl önce
ebeveyn
işleme
3dd35d92c0
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      Cargo.toml

+ 1 - 1
Cargo.toml

@@ -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"
 ]