diff --git a/tools/virsh.pod b/tools/virsh.pod index 5dc3d2e41e..6430efb95d 100644 --- a/tools/virsh.pod +++ b/tools/virsh.pod @@ -1077,20 +1077,24 @@ Returns the list of active host interfaces. If I<--all> is specified this will also include defined but inactive interfaces. If I<--inactive> is specified only the inactive ones will be listed. -=item B I +=item B I -Convert a host interface MAC to interface name, if the I is -unique among the host's interfaces. +Convert a host interface MAC to interface name, if the MAC address is unique +among the host's interfaces. -=item B I +I specifies the interface MAC address. + +=item B I Convert a host interface name to MAC address. -=item B I +I specifies the interface name. + +=item B I Start a (previously defined) host interface, such as by running "if-up". -=item B I +=item B I Undefine the configuration for an inactive host interface.