From 1679c2f8819f619caae33c31e9f65faf6ce5910a Mon Sep 17 00:00:00 2001 From: pauget Date: Wed, 15 Sep 2004 19:24:54 +0200 Subject: [PATCH] Rseau des bornes wifi darcs-hash:20040915172454-41617-c158b6c605d2177f471b1011ae872c08f42dd7c1.gz --- gestion/config.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gestion/config.py b/gestion/config.py index c84e77e6..4488303d 100644 --- a/gestion/config.py +++ b/gestion/config.py @@ -52,7 +52,8 @@ NETs = { 'wifi' : [ '138.231.149.0/24', '138.231.150.0/24' ], 'i' : [ '138.231.142.0/25' ], 'j' : [ '138.231.142.128/25'], 'h' : [ '138.231.143.0/24' ], - 'all' : [ '138.231.136.0/21', '138.231.148.0/22' ] } + 'all' : [ '138.231.136.0/21', '138.231.148.0/22' ], + 'bornes' : [ '138.231.148.0/24' ] } # Domaines dans lesquels les machines sont placées suivant leur type domains = { 'wifi' : 'wifi.crans.org' ,