Skip to content

Commit

Permalink
Merge pull request #5876 from smitterl/virtual_network
Browse files Browse the repository at this point in the history
update_iface_link_state: make host_iface configurable
  • Loading branch information
chloerh authored Oct 15, 2024
2 parents a771489 + 9f20b0e commit 0575c79
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
iface_base_attrs = {"type_name": "direct", "source": {"dev": host_iface, "mode": "bridge"}}
- ethernet:
only virtio
host_iface =
create_tap = "yes"
iface_base_attrs = {"type_name": "ethernet", "target": {"dev": tap_name, "managed": "no"}}

Expand Down

0 comments on commit 0575c79

Please sign in to comment.