Facter should report on all address bindings for an interface instead of just the first non-local address on the interface.
Two new attributes of a networking interface are proposed: bindings and bindings6. Each are an array of bindings comprised of address, netmask, and network attributes. bindings is for IPv4 and bindings6 is for IPv6.
Needed a ticket for documenting Facter 3.1.0 release.
Release Notes Summary:
Facter's "networking" fact now reports all the addresses bound to an interface via the "bindings" (IPv4) and "bindings6" (IPv6) attributes on an interface. The attributes are arrays comprised of "address", "netmask", and "network" attributes.