Issue #5950 has been updated by James Turnbull. Status changed from Ready For Testing to Closed
Pushed in commit:93461d9ba2f798beedf67ca28d4dee3da1a7c4cf in master. ---------------------------------------- Bug #5950: Solaris ipaddress incorrect after bonding failure https://projects.puppetlabs.com/issues/5950 Author: Dominic Cleal Status: Closed Priority: Normal Assignee: Adrien Thebo Category: library Target version: 1.5.9 Keywords: solaris ipaddress Branch: The ipaddress fact under Solaris reports 0.0.0.0 after an active half of a bonded interface fails. >From "ifconfig -a" (full output attached): bnx0: flags=19000802<BROADCAST,MULTICAST,IPv4,NOFAILOVER,FAILED> mtu 0 index 2 inet 0.0.0.0 netmask 0 groupname MAIN The ipaddress code should exclude 0.0.0.0 as well as 127.*, so it falls through to the next interface with an IP. -- 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 post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
