settings/hosts.py
changeset 4 8b633782f02d
parent 1 2223ade4f259
child 5 86b05c0ab5cd
--- a/settings/hosts.py	Thu Apr 02 21:11:01 2009 +0300
+++ b/settings/hosts.py	Thu Apr 02 22:52:26 2009 +0300
@@ -14,8 +14,8 @@
 
 shared_network  = 'PVL'
 subnets         = [
-    Subnet(Network('194.197.235.0/24'), router_idx=1, range=(26, 70), unknown_clients='allow'),
-    Subnet(Network('192.168.0.0/23'),   router_idx=1, unknown_clients='deny'),
+    Subnet(Network('194.197.235.0/24'), router_idx=1, range=(26, 70), unknown_clients='allow', comment="Public network"),
+    Subnet(Network('192.168.0.0/23'),   router_idx=1, unknown_clients='deny', comment="Internal network"),
 ]
 
 hosts           = [