feat(harmony): add lamp server module and refactor dhcpd tests

Implement LAMP server module with basic configuration.
Refactor and remove commented out Dhcpd struct and associated tests in opnsense/xml_utils.
Ensure codebase adheres to best practices and maintainability standards.
This commit is contained in:
2025-03-10 15:18:40 -04:00
parent fe42ebd347
commit fbc18d2fad
5 changed files with 73 additions and 83 deletions

View File

@@ -14,7 +14,7 @@ pub use http::*;
pub use network::*;
pub use tftp::*;
use std::{net::IpAddr, sync::Arc};
use std::net::IpAddr;
pub type IpAddress = IpAddr;