From 0654e47d346e65d0d17d91f729e1a5df9cc0c3df Mon Sep 17 00:00:00 2001 From: salles Date: Thu, 5 Jan 2006 19:34:55 +0100 Subject: [PATCH] documentation darcs-hash:20060105183455-72cb0-f8eaac26f6c47b3668ebee5d3a3d9358bcd96bd5.gz --- gestion/iptools.py | 2 ++ 1 file changed, 2 insertions(+) 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