mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
Support setting mtu on public interfaces (#1700)
Setting mtu on management and private interfaces is supported. It should also be supported on public interfaces.
This commit is contained in:
committed by
GitHub
parent
748e2ccb77
commit
ee06cd0a22
@@ -549,6 +549,9 @@ virtual network.
|
||||
help attach VLAN tags to specific VMs by adjusting the pattern to match. Note
|
||||
that you cannot use names reserved for libvirt's usage based on [documentation](
|
||||
https://libvirt.org/formatdomain.html#overriding-the-target-element).
|
||||
* `:libvirt__mtu` - MTU size for the Libvirt interface, if not defined, the
|
||||
created network will use the Libvirt default (1500). VMs still need to configure
|
||||
their internal interface MTUs.
|
||||
|
||||
Additionally for public networks, to facilitate validating if the device provided
|
||||
can be used, vagrant-libvirt will check both the host interfaces visible to libvirt
|
||||
|
||||
Reference in New Issue
Block a user