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)
commit120fb6a5d5db6706495cff6d62f4dba7879109e2
tree6ae3d048b23d85c8fcada3965e08539f10c92e29
parentc2f99cba6866d7e01b23dd01fb1558653951d3d3
Added two new variables for a quick fix for the config file.

    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