Class: Facter::Util::IP::Windows::Bindings6

Inherits:
Bindings4
  • Object
show all
Defined in:
lib/facter/util/ip/windows.rb

Instance Method Summary collapse

Methods inherited from Bindings4

#bindings

Constructor Details

#initializeBindings6

Returns a new instance of Bindings6.



175
176
177
# File 'lib/facter/util/ip/windows.rb', line 175

def initialize
  @key = 'SYSTEM\CurrentControlSet\Services\Tcpip6\Linkage'
end