svn keywords, and url in specfile
[nodeconfig.git] / PlanetLabConf / ipod.conf.php
1 <?php
2 //
3 // /etc/ipod.conf for production nodes
4 //
5 // Mark Huang <mlhuang@cs.princeton.edu>
6 // Copyright (C) 2004-2006 The Trustees of Princeton University
7 //
8
9 include('plc_config.php');
10
11 // Allow only the API server to send a reboot packet
12 $IP_SUBNET = PLC_API_IPOD_SUBNET;
13 $IP_MASK   = PLC_API_IPOD_MASK;
14
15 echo <<<EOF
16 # IP range that we respond to reboot requests from
17 IP_SUBNET=$IP_SUBNET
18 IP_MASK=$IP_MASK
19
20 EOF;
21
22 ?>