Skip to content

Commit

Permalink
Fixup:add config for direct type interface to fix ping failure
Browse files Browse the repository at this point in the history
Signed-off-by: Haijiao Zhao <[email protected]>
  • Loading branch information
chloerh committed Aug 7, 2023
1 parent 7d608a6 commit 2ee6c25
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 2ee6c25

Please sign in to comment.