/[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 45 by dpavlin, Wed Jul 29 22:04:58 2009 UTC revision 63 by dpavlin, Thu Jul 30 16:16:18 2009 UTC
# Line 1  Line 1 
1  #!/usr/bin/perl  package dhcpd;
2    
3  =head1 dhcpd  =head1 dhcpd
4    
# Line 122  sub process_packet { Line 122  sub process_packet {
122                  File    => $pxe::file,                  File    => $pxe::file,
123          };          };
124    
125            pxe::config_for_ip( $ip );
126    
127          my $messagetype = $dhcp->getOptionValue(DHO_DHCP_MESSAGE_TYPE());          my $messagetype = $dhcp->getOptionValue(DHO_DHCP_MESSAGE_TYPE());
128    
129          if ($messagetype eq DHCPDISCOVER()) {          if ($messagetype eq DHCPDISCOVER()) {

Legend:
Removed from v.45  
changed lines
  Added in v.63

  ViewVC Help
Powered by ViewVC 1.1.26