Difference between revisions of "TrustGuestRxFilters"
Jump to navigation
Jump to search
(Created page with " == See also == * MacVTap") |
|||
(12 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | 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 <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> | ||
+ | |||
+ | |||
+ | |||
+ | == Related terms == | ||
+ | * [[multicast]] | ||
== See also == | == See also == | ||
− | * [[ | + | * {{KVM networking}} |
+ | |||
+ | |||
+ | |||
+ | [[Category:KVM]] |
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: