Update comment

This commit is contained in:
Marek Wolan
2023-08-24 10:27:30 +01:00
parent 4077eb3a5c
commit f38b423886

View File

@@ -76,7 +76,7 @@ class NetworkContainer(SimComponent):
"""TODO."""
# I think we should not be forcing users to add and remove individual links.
# Clearly if a link exists between two nodes in the network, then the link is also part of the network.
# I'm just not sure how we ought to handle link creation as it requires an unoccupied network device on the node
# I'm just not sure how we ought to handle link creation as it requires an unoccupied interface on the node.
raise NotImplementedError
def disconnect_nodes(self, node1: Node, node2: Node) -> None: