Changeset 8959 in genesis for config/iris/node/FreeBSD/8.0-RELEASE/wleiden.pl
- Timestamp:
- Mar 15, 2011, 8:58:45 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
config/iris/node/FreeBSD/8.0-RELEASE/wleiden.pl
r8957 r8959 272 272 273 273 @whitelist = (); 274 @dhcp_interfaces = (); 274 275 $WLAN_NR = 0; 275 276 foreach my $interface (sort keys %config) { … … 303 304 push(@whitelist, $CAPTIVE_PORTAL_WHITELIST{$if}); 304 305 } 306 if ( $DHCP{$if} ) { 307 push(@dhcp_interfaces, $IFNAME); 308 } 305 309 $output .= "\"\n"; 306 310 } … … 318 322 }; 319 323 $output .= "\ncaptive_portal_whitelist=\"" .join(' ',@whitelist) . "\"\n"; 324 $output .= "captive_portal_interfaces=\"" .join(' ',@dhcp_interfaces) . "\"\n"; 320 325 return($output); 321 326 };
Note:
See TracChangeset
for help on using the changeset viewer.