Renamed Network mod to Host, removed debugging function, communted out dormant portions of DHCP host config

This commit is contained in:
Jonah Dahlquist 2020-11-23 22:56:10 -08:00
commit dcfa65509e
11 changed files with 112 additions and 116 deletions

View file

@ -77,9 +77,11 @@ impl Default for Mode {
pub mod bus;
mod device;
mod host;
mod inactive_device;
pub mod interface;
mod network;
pub mod net;
pub mod register;
mod socket;
mod udp;