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
(cherry picked from commit a3518d980a)
This commit is contained in:
Mark Goddard 2020-06-18 14:03:53 +01:00
parent 62651419f0
commit 7e7536f986
1 changed files with 4 additions and 0 deletions

View File

@ -30,3 +30,7 @@ libvirt_local_uri: >-
{%- if libvirt_custom_socket_path -%}
qemu+unix:///system?socket={{ libvirt_custom_socket_path }}/libvirt-sock
{%- 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