/[pxelator]/lib/PXElator/dhcpd.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/PXElator/dhcpd.pm

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

revision 113 by dpavlin, Sun Aug 2 02:04:00 2009 UTC revision 114 by dpavlin, Sun Aug 2 03:31:39 2009 UTC
# Line 124  sub process_packet { Line 124  sub process_packet {
124                  Giaddr  => $dhcp->giaddr(),                  Giaddr  => $dhcp->giaddr(),
125                  Chaddr  => $dhcp->chaddr(),                  Chaddr  => $dhcp->chaddr(),
126                  File    => $file,                  File    => $file,
127    
128                    DHO_PXELINUX_MAGIC()       => 0xF100747E,
129                    DHO_PXELINUX_CONFIG_FILE() => 'pxelinux.cfg/default',
130                    DHO_PXELINUX_PATH_PREFIX() => 'live-helper/tftpboot/',
131                    DHO_PXELINUX_REBOOT_TIME() => 5, # default: 300 s
132          };          };
133    
134          my $messagetype = $dhcp->getOptionValue(DHO_DHCP_MESSAGE_TYPE());          my $messagetype = $dhcp->getOptionValue(DHO_DHCP_MESSAGE_TYPE());

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

  ViewVC Help
Powered by ViewVC 1.1.26