Issue #20983 has been updated by Rob Reynolds. Status changed from In Topic Branch Pending Review to Duplicate
---------------------------------------- Bug #20983: Facter 1.7.1 on Windows selecting incorrect ipaddress fact value https://projects.puppetlabs.com/issues/20983#change-95661 * Author: Shane Madden * Status: Duplicate * Priority: Normal * Assignee: Rob Reynolds * Category: * Target version: * Keywords: windows * Branch: https://github.com/puppetlabs/facter/pull/496 * Affected Facter version: 1.7.1 ---------------------------------------- On a Windows system with a single interface and single IPv4 address on that interface (and no real IPv6, just the bound link-local address), Facter 1.7.1 is setting `ipaddress` to the IPv6 link-local address instead of the IPv4 address. interfaces => Loopback_Pseudo_Interface_1,Local_Area_Connection ipaddress => fe80::12bc:7caf:11d1:1ab6%11 ipaddress_local_area_connection => 10.1.1.17 ipaddress_loopback_pseudo_interface_1 => 127.0.0.1 Not sure what change caused this behavior, as the correct address is selected on this system in 1.6.17 and the code for `ipaddress` under Windows doesn't appear to have changed? -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/puppet-bugs. For more options, visit https://groups.google.com/groups/opt_out.
