Bug #3074 ยป dhcprelay-fix-test.patch
| etc/inc/filter.inc | ||
|---|---|---|
|
}
|
||
|
break;
|
||
|
default:
|
||
|
if ((is_array($config['dhcpdv6'][$on]) && isset($config['dhcpdv6'][$on]['enable'])) || isset($oc['track6-interface'])) {
|
||
|
if ((is_array($config['dhcpdv6'][$on]) && isset($config['dhcpdv6'][$on]['enable'])) || isset($oc['track6-interface'])
|
||
|
|| (is_array($config['dhcrelay6']) && !empty($config['dhcrelay6']['interface']) && in_array($on, explode(',', $config['dhcrelay6']['interface'])))) {
|
||
|
$ipfrules .= <<<EOD
|
||
|
# allow access to DHCPv6 server on {$oc['descr']}
|
||
|
# We need inet6 icmp for stateless autoconfig and dhcpv6
|
||