/[pxelator]/lib/Net/DHCP/Constants.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /lib/Net/DHCP/Constants.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 113 by dpavlin, Wed Jul 29 00:46:29 2009 UTC revision 114 by dpavlin, Sun Aug 2 03:31:39 2009 UTC
# Line 152  BEGIN { Line 152  BEGIN {
152      'DHO_AUTO_CONFIGURE' => 116,      'DHO_AUTO_CONFIGURE' => 116,
153      'DHO_NAME_SERVICE_SEARCH' => 117,      'DHO_NAME_SERVICE_SEARCH' => 117,
154      'DHO_SUBNET_SELECTION'  => 118,      'DHO_SUBNET_SELECTION'  => 118,
155        
156            # http://tools.ietf.org/html/draft-ietf-dhc-pxelinux-03
157            'DHO_PXELINUX_MAGIC'       => 208, # 0xF100747E
158            'DHO_PXELINUX_CONFIG_FILE' => 209,
159            'DHO_PXELINUX_PATH_PREFIX' => 210,
160            'DHO_PXELINUX_REBOOT_TIME' => 211, # default: 300 s
161    
162      'DHO_END' => 255      'DHO_END' => 255
163    );    );
164    
# Line 286  our %DHO_FORMATS = ( Line 292  our %DHO_FORMATS = (
292      DHO_NAME_SERVICE_SEARCH() => 'shorts',          # rfc 2937      DHO_NAME_SERVICE_SEARCH() => 'shorts',          # rfc 2937
293      DHO_SUBNET_SELECTION()  => 'inet',              # rfc 3011      DHO_SUBNET_SELECTION()  => 'inet',              # rfc 3011
294            
295            DHO_PXELINUX_MAGIC() => 'int',                          # draft-ietf-dhc-pxelinux-03
296            DHO_PXELINUX_CONFIG_FILE() => 'string',
297            DHO_PXELINUX_PATH_PREFIX() => 'string',
298            DHO_PXELINUX_REBOOT_TIME() => 'int',                    # 300 s
299    
300    );    );
301    
302  1;  1;

Legend:
Removed from v.113  
changed lines
  Added in v.114

  ViewVC Help
Powered by ViewVC 1.1.26