Added two new variables for a quick fix for the config file.
authorStephen Soltesz <soltesz@cs.princeton.edu>
Wed, 28 Nov 2007 23:02:59 +0000 (23:02 +0000)
committerStephen Soltesz <soltesz@cs.princeton.edu>
Wed, 28 Nov 2007 23:02:59 +0000 (23:02 +0000)
    PLC_API_IPOD_MASK
    PLC_API_IPOD_SUBNET

These specify the subnet of machines that can send ipod packets.  The mask is
the mask applied to packets at the host to verify that it matches the subnet.
So for instance, for PLC these are:

    PLC_API_IPOD_MASK=255.255.255.128
    PLC_API_IPOD_SUBNET=128.112.139.0

default_config.xml

index 259a827..b47d017 100644 (file)
@@ -284,6 +284,19 @@ $Id$
           resolvable by the configured DNS servers.</description>
         </variable>
 
+        <variable id="ipod_subnet" type="ip">
+          <name>IP SUBNET for all API Servers</name>
+          <value>127.0.0.1</value>
+          <description>The IP Subnet for all API servers. Used by IPoD.</description>
+        </variable>
+
+        <variable id="ipod_mask" type="ip">
+          <name>IP Address</name>
+          <value>255.255.255.255</value>
+          <description>The IP Mask that should be applied to incoming 
+         packets to match the IP Subnet for IPoD packets.</description>
+        </variable>
+
        <variable id="port" type="int">
          <name>Port</name>
          <value>443</value>