forked from NationTech/harmony
feat(bootstrapping): add bootstrap load balancer and DHCP configurations
- Introduce `bootstrap_load_balancer` module for handling initial load balancing configuration. - Add `bootstrap_dhcp` module for bootstrapping DHCP settings. - Create `harmony_types` crate to house shared types, including `MacAddress`. - Update `harmony_macros` to use `harmony_types` instead of directly referencing `harmony`.
This commit is contained in:
@@ -4,7 +4,10 @@ members = [
|
||||
"private_repos/*",
|
||||
"demo/*",
|
||||
"harmony",
|
||||
"opnsense-config", "opnsense-config-xml", "harmony_macros",
|
||||
"harmony_types",
|
||||
"harmony_macros",
|
||||
"opnsense-config",
|
||||
"opnsense-config-xml",
|
||||
]
|
||||
|
||||
[workspace.package]
|
||||
|
||||
Reference in New Issue
Block a user