make the comment about slice creation a bit more explicit
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 12 Dec 2006 16:33:45 +0000 (16:33 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 12 Dec 2006 16:33:45 +0000 (16:33 +0000)
db-config

index 6aaa987..dc984cb 100755 (executable)
--- a/db-config
+++ b/db-config
@@ -7,7 +7,7 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # Copyright (C) 2006 The Trustees of Princeton University
 #
-# $Id: db-config,v 1.10 2006/11/28 21:45:53 mlhuang Exp $
+# $Id: db-config,v 1.11 2006/12/12 10:13:31 thierry Exp $
 #
 
 from plc_config import PLCConfiguration
@@ -625,9 +625,10 @@ def main():
                         ('proper_op', "bind_socket")]},
         ]
          
-    ### leaving slice_prefix to default 
+    ### xxx - to review once new node manager rolls out
+    # if PLC_SLICE_PREFIX is left to default - this is meant for the public PL only
     if plc['slice_prefix'] == 'pl':
-        # create them with default slices
+        # create both legacy slices together with netflow through default_slices
         default_slices += legacy_slices
     else:
         # we use another slice prefix : disable legacy slices if already created