Bug 206231 - [net] [patch] ipv6 address on stf(4) interface "tentative" indefinitely
Summary: [net] [patch] ipv6 address on stf(4) interface "tentative" indefinitely
Status: Closed Overcome By Events
Alias: None
Product: Base System
Classification: Unclassified
Component: kern (show other bugs)
Version: 10.2-STABLE
Hardware: Any Any
: --- Affects Some People
Assignee: Hiroki Sato
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2016-01-14 09:47 UTC by Daniel Bilik
Modified: 2017-08-24 14:06 UTC (History)
6 users (show)

See Also:


Attachments
Fix DAD for stf(4) (672 bytes, patch)
2016-01-14 09:47 UTC, Daniel Bilik
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Bilik 2016-01-14 09:47:10 UTC
Created attachment 165549 [details]
Fix DAD for stf(4)

Modifications to DAD code - r287734 (MFC of r287094) and r290348
(MFC of r288600) - rendered 6to4 connectivity non-working. Address assigned to an stf(4) interface stays "tentative" indefinitely. Attached patch fixes that.
Comment 2 cmb 2016-01-26 00:58:52 UTC
The patch here has been confirmed to fix the problem and work fine by multiple people who were impacted by this issue. 
https://redmine.pfsense.org/issues/5748
(that's in reference to a 10-STABLE, now 10.3-PRERELEASE based version)

Is there a reason it hasn't been committed yet?
Comment 3 Daniel Bilik 2016-11-22 19:19:36 UTC
AFAICT this PR can be closed.

Updating affected hosts to recent 10-STABLE has fixed the issue, and 6to4 connectivity works there again, regardless stf(4) address being in "tentative" state.

There were just couple of commits to sys/netinet6/nd6 after this bug was reported, r299014, r299145 and r303458, so I guess it was fixed by one of those.

Thanks.