Make the network script disableable if manual setup of /etc/hosts is required.
[myplc.git] / default_config.xml
index eea4cd0..48a7f03 100644 (file)
@@ -7,6 +7,7 @@ Mark Huang <mlhuang@cs.princeton.edu>
 Copyright (C) 2006 The Trustees of Princeton University
 
 $Id$
+$URL$
 -->
 
 <!DOCTYPE configuration PUBLIC "-//PlanetLab Central//DTD PLC configuration//EN" "plc_config.dtd">
@@ -123,6 +124,12 @@ $Id$
       <description>Network environment.</description>
 
       <variablelist>
+        <variable id="enabled" type="boolean">
+          <name>Enable network configuration</name>
+          <value>true</value>
+          <description>Let PLC manage /etc/hosts</description>
+        </variable>
+
        <variable id="dns1" type="ip">
          <name>Primary DNS Server</name>
          <value>127.0.0.1</value>