Bug #3028
closedPrefix delegation fails to add rules for dhcp6 traffic on tracking (LAN) interface
100%
Description
I notice that configuring DHCP-PD starts a dhcpd server on the tracking (LAN) interface that serves up the delegated prefix; however, unlike for interfaces that are explicitly configured for DHCP, as far as I can see, no rules are added that would actually allow dhcp6 requests to pass on that interface. As a result, all my clients fall back to SLAAC.
Updated by Daniel Becker almost 12 years ago
I believe the problem is in /etc/inc/filter.inc:870:
$oc['track6-interface'] = $oc['track6-interface'];
This looks like a typo; looking at the surrounding code, it seems like the intention was for the destination to be $oic, not $oc.
Updated by Daniel Becker almost 12 years ago
The existing statement causes the 'track6-interface' entry to never be added to FilterIfList, which in turn causes the pass rules for DHCP6 traffic to not be added.
Updated by Daniel Becker almost 12 years ago
- Status changed from New to Feedback
- % Done changed from 0 to 100
Applied in changeset 14e9b0526f4d41616994d57b3484c2fa0bf8183f.
Updated by Anonymous almost 12 years ago
Applied in changeset d7fb1715a17566f1bd9013f88fd9b627479d8767.
Updated by Daniel Becker almost 12 years ago
Applied in changeset fc654f2c36186af8aaf59a1feedce5b343df1252.