Bug #4471
closedstf tunnel interface is not destroyed when 6rd or 6to4 tunnel is disabled
100%
Description
When you configure IPv6 to use 6rd or 6to4 tunnel a new interface ('wan_stf' for example) is created.
If IPv6 configuration is then changed to none, that tunnel interface is not being disabled. It will stay up until the system is rebooted.
If the whole interface is disabled stf tunnel interface does get removed
Updated by Paul K about 11 years ago
Pull request https://github.com/pfsense/pfsense/pull/1514
Updated by Chris Buechler about 11 years ago
- Category set to Interfaces
- Status changed from New to Confirmed
- Target version set to 2.2.1
Updated by Chris Buechler about 11 years ago
- Status changed from Confirmed to Feedback
Thanks Paul. I merged that, though had to do so manually because of whitespace changes in the mean time. leaving for feedback for now, if you can review the commits (which will be attached here in a few minutes) it'd be appreciated.
Updated by Chris Buechler about 11 years ago
- % Done changed from 0 to 100
Applied in changeset commit:df966626606fe7c60c3d7301f3843280b746a7a6.
Updated by Chris Buechler about 11 years ago
Applied in changeset commit:c0e5ab96e7bf77f1146f4df786a048e05a2eb5a2.
Updated by Paul K about 11 years ago
Tested a bunch of different scenarios on 2.2 branch. Enabling/disabling 6rd and 6to4, switching between 6rd<->6to4, enabling/disabling interface, etc. Everything appears to working correctly now. Thanks for applying the fix Chris.
Updated by Chris Buechler about 11 years ago
- Status changed from Feedback to Resolved
Thanks Paul!
Also seems fine here.