Skip to content

Commit

Permalink
simple-network.md: Fixed macvtap typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpds authored and astro committed Nov 3, 2023
1 parent d07c3ef commit 883a67a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/src/simple-network.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ systemd.network.networks."20-lan" = {
If you prioritize network performance over inter-VM communication on
the virtual bridge, have a look into these alternatives:

- Network interfaces with `type = "macveth"` are supported in
- Network interfaces with `type = "macvtap"` are supported in
microvm.nix. While they're technically tap devices, they attach to
an external Ethernet port, eliminating the `br0` bridge.

Expand Down

0 comments on commit 883a67a

Please sign in to comment.