Difference between revisions of "TrustGuestRxFilters"

From wikieduonline
Jump to navigation Jump to search
 
(5 intermediate revisions by the same user not shown)
Line 4: Line 4:
 
Only supported for the [[virtio]] device model and for [[macvtap]] connections on the host
 
Only supported for the [[virtio]] device model and for [[macvtap]] connections on the host
  
Configure <code>TrustGuestRxFilters=yes</code> to enable multicast support. (https://superuser.com/a/1033768)
+
Configure <code>TrustGuestRxFilters=yes</code> to enable [[multicast]] support. (https://superuser.com/a/1033768)
 +
 
 +
 
 +
    <[[interface type]]='direct' '''[[trustGuestRxFilters]]='yes''''>
 +
      <source dev='eno1' mode='[[bridge]]'/>
 +
      <model type='virtio'/>
 +
      <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/>
 +
    </interface>
 +
 
  
  

Latest revision as of 15:36, 15 November 2020

https://libvirt.org/formatdomain.html#elementsNICS To detect and trust reports from the guest regarding changes to the interface mac address and receive filters. Only supported for the virtio device model and for macvtap connections on the host

Configure TrustGuestRxFilters=yes to enable multicast support. (https://superuser.com/a/1033768)


   <interface type='direct' trustGuestRxFilters='yes'>
     <source dev='eno1' mode='bridge'/>
     <model type='virtio'/>
     <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/>
   </interface>


Related terms[edit]


See also[edit]

Advertising: