Trust receive filters of baremetal nodes
By default libvirt does not allow traffic destined for other MAC addresses to reach VMs when using a macvtap interface. This prevents multicast from working. This change fixes the issue by setting libvirt_vm_trust_guest_rx_filters to true. Depends-On: https://review.opendev.org/736249 Change-Id: I71a2051d8acd63379bd70bc1287a059d4a7f6387
This commit is contained in:
parent
288d663912
commit
a3518d980a
@ -30,3 +30,7 @@ libvirt_local_uri: >-
|
|||||||
{%- if libvirt_custom_socket_path -%}
|
{%- if libvirt_custom_socket_path -%}
|
||||||
qemu+unix:///system?socket={{ libvirt_custom_socket_path }}/libvirt-sock
|
qemu+unix:///system?socket={{ libvirt_custom_socket_path }}/libvirt-sock
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
|
||||||
|
# Whether to trust the receive filters of Tenks VMs. This gets mapped to the
|
||||||
|
# trustGuestRxFilters' attribute of VM interfaces.
|
||||||
|
libvirt_vm_trust_guest_rx_filters: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user