diff --git a/gestion/iptools.py b/gestion/iptools.py index 9122dd42..c8f1581c 100755 --- a/gestion/iptools.py +++ b/gestion/iptools.py @@ -121,6 +121,8 @@ def AddrInNets(ip,nets) : return False def is_crans(ip): + """ Vérifie que l'ip est dans le réseau CRANS + """ if re.match(NETs_regexp['all'], ip): return True return False