You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the network routing table just assumes the subnet mask is 255.255.255.0
Changing the value of the subnet mask within config.py doesn't impact the routing table as it is hardcoded
This could be fixed to allow for variable subnet masks
Currently the network routing table just assumes the subnet mask is 255.255.255.0
Changing the value of the subnet mask within config.py doesn't impact the routing table as it is hardcoded
This could be fixed to allow for variable subnet masks