summaryrefslogtreecommitdiff
path: root/man/nm-settings-ifcfg-rh.xsl
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2016-06-15 13:15:07 +0200
committerThomas Haller <thaller@redhat.com>2016-06-30 08:29:55 +0200
commiteb3247c09707be41a34987b8d5e0037139f7bfb0 (patch)
treeacc90904431637fa4f95883afd586e4a144d8ca4 /man/nm-settings-ifcfg-rh.xsl
parent481cdc2706ae9467ca4a2527463e26c539e49e24 (diff)
core: fix comparing nm_setting_wired_get_mac_address() with permanent MAC address
`man nm-settings` says about ethernet.mac-address: If specified, this connection will only apply to the Ethernet device whose permanent MAC address matches.
Diffstat (limited to 'man/nm-settings-ifcfg-rh.xsl')
-rw-r--r--man/nm-settings-ifcfg-rh.xsl5
1 files changed, 5 insertions, 0 deletions
diff --git a/man/nm-settings-ifcfg-rh.xsl b/man/nm-settings-ifcfg-rh.xsl
index aac457c80b..80d33f2bdd 100644
--- a/man/nm-settings-ifcfg-rh.xsl
+++ b/man/nm-settings-ifcfg-rh.xsl
@@ -257,6 +257,11 @@ DEVICETYPE=TeamPort
assigns the interface 10.42.0.1, or it uses the first static address,
if configured.</para>
</listitem>
+ <listitem>
+ <para><literal>HWADDR</literal> -
+ initscripts compare the currently set hardware address of a device, while
+ NetworkManager considers the permanent one.</para>
+ </listitem>
</itemizedlist>
</para></listitem>
</varlistentry>