# File lib/ohai/plugins/darwin/network.rb, line 64 def scope_lookup(scope) return "Link" if scope.match(/^fe80\:/) return "Site" if scope.match(/^fec0\:/) "Global" end