#2205 - Final suggestions from PR

This commit is contained in:
Chris McCarthy
2024-02-13 12:56:41 +00:00
parent 426c0a6682
commit 7b64d99a63
2 changed files with 1 additions and 2 deletions

View File

@@ -292,7 +292,6 @@ class IPWirelessNetworkInterface(WirelessNetworkInterface, Layer3Interface, ABC)
"""
super().enable()
try:
pass
self._connected_node.default_gateway_hello()
except AttributeError:
pass

View File

@@ -18,7 +18,7 @@ def dmz_external_internal_network() -> Network:
Fixture for setting up a simulated network with a firewall, external node, internal node, and DMZ node. This
configuration is designed to test firewall rules and their impact on traffic between these network segments.
-------------- -------------- --------------
-------------- -------------- --------------
| external |---------| firewall |---------| internal |
-------------- -------------- --------------
|