wayle-network 0.1.2

WiFi and wired network management
Documentation
1
2
3
4
5
6
7
8
/// DHCP version 4 configuration and lease information.
pub mod dhcp4_config;
/// DHCP version 6 configuration and lease information.
pub mod dhcp6_config;
/// IPv4 network configuration including addresses, routes, and DNS.
pub mod ip4_config;
/// IPv6 network configuration including addresses, routes, and DNS.
pub mod ip6_config;