Actions
Bug #2703
closedIPv6 IPs are not removed when interface is re-assigned
Start date:
12/01/2012
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.1-IPv6
Affected Architecture:
Description
When un-assigning an interface, only the IPv4 IP is removed from it. The IPv6 IP needs to be removed as well.
Example to replicate:
assign em1 as LAN
configure static IPv6 IP on LAN
Back to Interfaces>assign, change LAN to em2.
em1 has its IPv4 IP removed, but still has the IPv6 IP. em2 does not have the IPv6 IP.
The IPv6 IP may not be getting added to em2 because it still exists on em1 and cannot be added:
# ifconfig em0_vlan33 inet6 2610:160:11:a000:33::2 prefixlen 64 ifconfig: ioctl (SIOCAIFADDR): File exists
Updated by Ermal Luçi almost 12 years ago
- Status changed from New to Feedback
- % Done changed from 0 to 100
Applied in changeset 66c73aab00fc80028a1fbf2eceec18380268c55e.
Updated by Renato Botelho over 11 years ago
- Status changed from Feedback to Resolved
Actions