Title: Message Title
Rob Reynolds commented on an issue
Facter / Bug FACT-680
ipaddress6.rb will ignore all addresses with fe80 in them, not just link-local ones
A regex in ipaddress6.rb will match all possible ipv6 addresses that contain 'fe80', whereas it should allow all those that do not _start_ with fe80 (link-local)

example:
inet6 2000:b0:203:6:616:3ecf:fe80:b79d/64 scope global dynamic

will not be accepted as a valid ipv6 address, and the fact returns nil

in lib/facter/ipaddress6.rb:31

-- un...

--
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/d/optout.

Reply via email to