Actions
Bug #1633
closedMissing input validation in IPv6 gateways
Start date:
07/01/2011
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.1-IPv6
Affected Architecture:
Description
It's possible to pick an IPv4-only interface for your IPv6 gateway, which results in deletion of the default IPv4 route and the system attempting to add an IPv6 address as the IPv4 default gateway, which of course fails. Need input validation on v6 gateways the same as it is on v4, so it prohibits adding a route to an interface where that IPv6 subnet isn't assigned.
Updated by Seth Mos over 13 years ago
- Status changed from New to Feedback
Code committed that prevents address family mixups in gateways and monitors, prevent v6 gateways on v4 only interfaces.
Actions