Actions
Bug #11217
closedBug #8628: 'ip' fields in techniques/directives does not support ipv6
Ipv6 constraint NOT PORTED to Rudder 4.0 and up
Status:
Released
Priority:
N/A
Assignee:
Category:
Web - Config management
Target version:
Pull Request:
Severity:
Critical - prevents main use of Rudder | no workaround | data loss | security
UX impact:
User visibility:
Operational - other Techniques | Technique editor | Rudder settings
Effort required:
Priority:
76
Name check:
Fix check:
Regression:
Description
We didn't correctly up-merged that ticket, and the constraint / code seems to have been lost in Rudder 4.0 / 4.1.
== [fanf@luhman16] ~/java/workspaces/rudder-project/cf-clerk (branches/rudder/3.1) == % rg -t "scala" -i "Ipv6VType" src/main/scala/com/normation/cfclerk/domain/Constraint.scala 75: MailVType :: IpVType :: Ipv4VType :: Ipv6VType :: Nil 124:object Ipv6VType extends FixedRegexVType { == [fanf@luhman16] ~/java/workspaces/rudder-project/cf-clerk (branches/rudder/3.1) == % cd ../rudder == [fanf@luhman16] ~/java/workspaces/rudder-project/rudder (bug_11213/non_normalize_hooks_env_var_names_for_node_info●●) == % rg -t "scala" -i "Ipv6VType" == [fanf@luhman16] ~/java/workspaces/rudder-project/rudder (bug_11213/non_normalize_hooks_env_var_names_for_node_info●●) == %
Aaaaahhhhhhhhhhhhhh
Updated by François ARMAND over 7 years ago
Put criticity = critical because it should be major (no simple work around) BUT it's a regression.
And Operationnal because it is is no Technique (so only for people wanting their own techniques)
Updated by Benoît PECCATTE over 7 years ago
- Category set to Web - Config management
- Target version set to 4.1.6
- Severity set to Critical - prevents main use of Rudder | no workaround | data loss | security
- User visibility set to Operational - other Techniques | Technique editor | Rudder settings
- Priority changed from 0 to 76
Updated by François ARMAND over 7 years ago
- Status changed from New to In progress
- Assignee set to François ARMAND
Updated by François ARMAND over 7 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from François ARMAND to Vincent MEMBRÉ
- Pull Request set to https://github.com/Normation/rudder/pull/1713
Updated by François ARMAND over 7 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder|f197a9e5ef92a7d3ceb568ac1c139ab1368d9e91.
Updated by Vincent MEMBRÉ over 7 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 4.1.6 and 4.2.0~beta3 which were released today.
- 4.1.6: Announce Changelog
- 4.2.0~beta3: Announce Changelog
- Download: https://www.rudder-project.org/site/get-rudder/downloads/
Actions