You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 allows guest receive filters to be trusted by setting
libvirt_vm_trust_guest_rx_filters, or the trust_guest_rx_filters
attribute of a specific interface to yes.
This maps to the trustGuestRxFilters Libvirt interface option.
0 commit comments