From 0fec01de7425039fb702f030ef20e4d51f525b77 Mon Sep 17 00:00:00 2001 From: Nicolas Dandrimont Date: Sat, 13 Sep 2008 12:37:15 +0200 Subject: [PATCH] Ajout du vlan gratuit aux pools d'adresses IP darcs-hash:20080913103715-ffbb2-1d5c62c9911fea9bd060be5b6d6213e07c8264f0.gz --- gestion/config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/gestion/config.py b/gestion/config.py index a0655117..c4b412e5 100644 --- a/gestion/config.py +++ b/gestion/config.py @@ -372,6 +372,7 @@ NETs = { 'serveurs' : [ '138.231.136.0/28' ], '138.231.147.0/24', '138.231.149.0/24', '138.231.150.0/24', '138.231.151.0/24'], 'fil' : [ '138.231.136.0/21' ], 'wifi': [ '138.231.148.0/21' ], + 'gratuit': [ '10.42.0.0/16' ], 'all' : [ '138.231.136.0/21', '138.231.148.0/21' ] }