Skip to content

Commit

Permalink
Merge pull request #5091 from chloerh/direct-iface
Browse files Browse the repository at this point in the history
Fixup:add config for direct type interface to fix ping failure
  • Loading branch information
Yingshun committed Aug 10, 2023
2 parents 7600ab9 + 2ee6c25 commit 69841a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@
vm_ping_ep_vm = fail
host_ping_vm = fail
host_ping_outside = pass
iface_attrs = {'type_name': 'direct', 'model': 'virtio', 'source': {'dev': host_iface, 'mode': '${source_mode}'}}
iface_attrs = {'type_name': 'direct', 'trustGuestRxFilters': 'yes', 'model': 'virtio', 'source': {'dev': host_iface, 'mode': '${source_mode}'}}

0 comments on commit 69841a0

Please sign in to comment.