Last Modified
2015-08-25 09:56:02 -0400
Requires
  • facter/util/ip
  • facter/util/macaddress

Description

Fact: interfaces

Purpose:

Returns a comma-separated list of the system's network interfaces.

In addition to the main `interfaces` fact, this code will generate the
following facts for each interface:

* `ipaddress_<INTERFACE>`
* `ipaddress6_<INTERFACE>`
* `macaddress_<INTERFACE>`
* `netmask_<INTERFACE>`
* `mtu_<INTERFACE>`

Resolution:

Caveats: