Bug #8957
closedPrefix ID for IPv6 tracked interfaces cannot be set
0%
Description
After a painful, ultimately unsuccessful in-place upgrade to 2.4.4 from 2.4.3-p1, I needed to rebuild my config by hand (the box was unstable, igb0 (WAN) was physically linking and unlinking every 2 seconds). I think I found at least one of the issues. If you have an interface using IPv6 by tracking another interface, the Prefix ID cannot be altered to get different subnets. There seems to be a validation bug in the field code. It says the valid hex values are "0 to 0". This is not just a label issue as you cannot save the prefix value either. This was working find in 2.4.3-p1.
Files
Updated by Jim Pingle about 6 years ago
- Status changed from New to Not a Bug
- Priority changed from High to Normal
That means you did not set the WAN DHCPv6 Prefix Delegation size properly, it may be at the default of /64 when it should be set to match what the ISP sends you.
Updated by Jason McCormick about 6 years ago
Ahh.. Sorry for the false bug. Trying to set this all up and I missed it.