make service interfaces and hosts one to one

This commit is contained in:
Matt Hill
2024-02-19 12:40:52 -07:00
parent eae75c13bb
commit d7bc7a2d38
15 changed files with 222 additions and 311 deletions

View File

@@ -128,8 +128,8 @@ pub fn service_effect_handler() -> ParentHandler {
// .subcommand("removeAddress",from_fn(remove_address))
// .subcommand("exportAction",from_fn(export_action))
// .subcommand("bind",from_fn(bind))
// .subcommand("clearNetworkInterfaces",from_fn(clear_network_interfaces))
// .subcommand("exportNetworkInterface",from_fn(export_network_interface))
// .subcommand("clearServiceInterfaces",from_fn(clear_network_interfaces))
// .subcommand("exportServiceInterface",from_fn(export_network_interface))
// .subcommand("clearBindings",from_fn(clear_bindings))
// .subcommand("getHostnames",from_fn(get_hostnames))
// .subcommand("getInterface",from_fn(get_interface))