Revision 8a3b09ef
Added by Seth Mos over 14 years ago
etc/inc/services.inc | ||
---|---|---|
668 | 668 |
EOD; |
669 | 669 |
|
670 | 670 |
/* add static mappings */ |
671 |
/* Does not work for IPv6 |
|
672 |
/* You can not use a hardware parameter for DHCPv6 hosts |
|
673 |
/* Needs to be figured out |
|
671 | 674 |
if (is_array($dhcpv6ifconf['staticmap'])) { |
672 | 675 |
|
673 | 676 |
$i = 0; |
... | ... | |
692 | 695 |
$i++; |
693 | 696 |
} |
694 | 697 |
} |
695 |
|
|
698 |
*/ |
|
696 | 699 |
|
697 | 700 |
$realif = escapeshellcmd(get_real_interface($dhcpv6if)); |
698 | 701 |
$dhcpdv6ifs[] = $realif; |
Also available in: Unified diff
Comment out static mappings, this needs more research