From f91f63c086aa17c2535e036affba8891db3042bd Mon Sep 17 00:00:00 2001 From: Nicolas Dandrimont Date: Sat, 7 May 2011 16:51:49 +0200 Subject: [PATCH] =?UTF-8?q?[config]=20Pr=C3=A9fixe=20IPv6=20correct=20(afa?= =?UTF-8?q?ict)=20pour=20le=20wifi?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ignore-this: 80721f6c6f9409abce4f874171010ac2 darcs-hash:20110507145149-ffbb2-bc2f2e378876cdc206a2f8b810d9f7670eeee755.gz --- gestion/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gestion/config.py b/gestion/config.py index 4144f3a2..338a51d5 100644 --- a/gestion/config.py +++ b/gestion/config.py @@ -515,7 +515,7 @@ prefix = { 'subnet' : [ '2a01:240:fe3d::/48' ], 'serveurs' : [ '2a01:240:fe3d:0::/64'], 'fil' : [ '2a01:240:fe3d:4::/64' ], 'adm' : [ '2a01:240:fe3d:c804::/64' ], - 'wifi' : [ '2a01:240:fe3d:3073::/64' ], + 'wifi' : [ '2a01:240:fe3d:f7::/64' ], 'sixxs2' : [ '2a01:240:fe00:68::/64' ] }