Merge pull request #450 from GUVWAF/NeighborInfo

Setter for NeighborInfo Module
This commit is contained in:
Ben Meadors authored and GitHub committed 2023-06-25 14:47:22 -05:00
commit c3be392533
1 file changed
+4
+4
View File
@@ -188,6 +188,10 @@ class Node:
p.set_module_config.remote_hardware.CopyFrom(
self.moduleConfig.remote_hardware
)
elif config_name == "neighbor_info":
p.set_module_config.neighbor_info.CopyFrom(
self.moduleConfig.neighbor_info
)
else:
our_exit(f"Error: No valid config with name {config_name}")