Changeset 8955 in genesis
- Timestamp:
- Mar 15, 2011, 8:28:37 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
config/iris/node/FreeBSD/8.0-RELEASE/wleiden.pl
r8802 r8955 92 92 $dhcp_start = $dhcp_part . $dhcp_start; 93 93 $dhcp_stop = $dhcp_part . $dhcp_stop; 94 $output .= "dhcp-range=$interface,$dhcp_start,$dhcp_stop,$subnet,24h\n\n"; 94 $output .= "dhcp-range=$interface,$dhcp_start,$dhcp_stop,$subnet,24h\n"; 95 foreach my $dhcp_static (split(';', $DHCP_STATIC{$interface})) { 96 $output .= "dhcp-host=$dhcp_static\n"; 97 }; 98 $output .= "\n"; 95 99 } 96 100 else { 97 101 $output .= "# not autoritive \n\n"; 98 102 }; 103 99 104 }; 100 105 };
Note:
See TracChangeset
for help on using the changeset viewer.