Typo in this_node reference

This commit is contained in:
Joshua Boniface 2018-10-14 03:02:47 -04:00
parent 5337e8242d
commit b0a4ca97bf
1 changed files with 1 additions and 1 deletions

View File

@ -531,7 +531,7 @@ def update_networks(new_network_list):
for network in network_list:
if not network in new_network_list:
# Stop primary functionality
if this_router.router_state == 'primary':
if this_node.router_state == 'primary':
d_network[network].stopDHCPServer()
d_network[network].removeGatewayAddress()
# Stop general functionality