Actions
Bug #8024
closedstatic ipv6 config allow invalid addresses
Start date:
10/29/2017
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.4.1
Affected Architecture:
All
Description
I discovered that the ipv6 static address allows user to insert invalid values and allows saving them. Due to this other services may fail (like DNS resolver).
Example of invalid values accepted:
2a02:8010:6666:33::/48
2a02:8010:6666:33:1:1
Example of valid address:
2a02:8010:6666:33::
Validation of IP address should be made in order to avoid wasting many hours later.
Actions