diff options
Diffstat (limited to 'fg21sim/webui/utils.py')
-rw-r--r-- | fg21sim/webui/utils.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/fg21sim/webui/utils.py b/fg21sim/webui/utils.py index 1cea69f..fbb2ade 100644 --- a/fg21sim/webui/utils.py +++ b/fg21sim/webui/utils.py @@ -3,6 +3,12 @@ """ Utilities for the Web UI + +TODO: +* Add a function to determine whether the two IPs are in the same sub-network. + References: + + Stackoverflow: How can I check if an IP is in a network in Python? + https://stackoverflow.com/q/819355/4856091 """ |