From 611b34e29ff5f9ba0a7b2f727530d67a83ce7a1b Mon Sep 17 00:00:00 2001 From: Marek Wolan Date: Wed, 9 Oct 2024 14:16:23 +0100 Subject: [PATCH] remove outdated comment --- src/primaite/simulator/network/creation.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/primaite/simulator/network/creation.py b/src/primaite/simulator/network/creation.py index 31499359..8cc9a493 100644 --- a/src/primaite/simulator/network/creation.py +++ b/src/primaite/simulator/network/creation.py @@ -212,7 +212,6 @@ class OfficeLANAdder(NetworkNodeAdder, identifier="office_lan"): # Create and add a PC to the network pc = Computer( hostname=f"pc_{i}_{config.lan_name}", - # TODO: what happens when ip_block_start + num_pcs exceeds 254? ip_address=f"192.168.{config.subnet_base}.{i+config.pcs_ip_block_start-1}", subnet_mask="255.255.255.0", default_gateway=default_gateway,