On Tue, Jun 02, 2026 at 01:46:47AM -0400, Laine Stump via Devel wrote:
From: Laine Stump <laine@redhat.com>
virsh domifannounce is a thin wrapper around the new API virDomainAnnounceInterface(). Syntax:
virsh domifannounce guestname [interfacename] [parameters]
where the optional interfacename can be either the MAC address of the interface to announce, or the name of the tap device used to connect the domain's interface to the real network (if the connection is with a tap device), and [parameters] is one or more of the following options:
--initial [unsigned integer] --max [unsigned integer] --rounds [unsigned integer] --step [unsigned integer]
For example:
virsh domifannounce myguest 52:54:00:BE:EF:E1 --initial 100 virsh domifannounce other vnet2 virsh domifaanounce
Signed-off-by: Laine Stump <laine@redhat.com>
Reviewed-by: Martin Kletzander <mkletzan@redhat.com>