From 396908ce17ac418361cbf6bf8d3a37b3aa20028d Mon Sep 17 00:00:00 2001 From: Valentin Samir Date: Tue, 24 Apr 2012 08:26:13 +0200 Subject: [PATCH] =?UTF-8?q?RFC=206598,=20100.64.0.0/10=20est=20r=C3=A9serv?= =?UTF-8?q?=C3=A9=20pour=20faire=20de=20gros=20NATs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ignore-this: d0c110d033ffebf2b28ce269b4016c33 darcs-hash:20120424062613-3a55a-ce5505a80da640273f6b8c4617ec90d9517fde57.gz --- gestion/gen_confs/firewall_new.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gestion/gen_confs/firewall_new.py b/gestion/gen_confs/firewall_new.py index 8719e3fc..8d6d9b3a 100755 --- a/gestion/gen_confs/firewall_new.py +++ b/gestion/gen_confs/firewall_new.py @@ -465,7 +465,7 @@ class firewall_komaz(firewall_crans) : ports_p2p = [ '412', '1214', '4662:4665' , '6346:6347', '6699', '6881:6889' ] liste_reseaux_non_routables = [ '10.0.0.0/8', '172.16.0.0/12', - '169.254.0.0/16', '192.168.0.0/16', '224.0.0.0/4'] + '169.254.0.0/16', '192.168.0.0/16', '224.0.0.0/4', '100.64.0.0/10'] def reseaux_non_routables(self) : """ Construction de RESEAUX_NON_ROUTABLES_{DST,SRC} """