Details
-
Bug
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
None
-
None
-
Night's Watch
-
2
-
NW - 2021-03-31
-
Needs Assessment
-
Bug Fix
-
Fix IPv6 address fact on Solaris
-
Needs Assessment
Description
In the IPv6 short notation `::` represents unspecified and `::1` represents loopback ip.
Tested on solaris-11-x86_64
Output for networking.interfaces.lo0.bindings6.network and networking.interfaces.lo0.bindings6.address is `::` and should be `::1` according to the definition above.
Facter3 does not output IPv6 on solaris at all.