From 5dc092481f31d1ee07253b2dc592882d8af5cd64 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Tue, 12 Dec 2006 16:33:45 +0000 Subject: [PATCH] make the comment about slice creation a bit more explicit --- db-config | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/db-config b/db-config index 6aaa987..dc984cb 100755 --- a/db-config +++ b/db-config @@ -7,7 +7,7 @@ # Mark Huang # 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 -- 2.43.0