From 883a67a71431f1e1b9349650bd3395b3cf679850 Mon Sep 17 00:00:00 2001 From: Jonathan Davies Date: Fri, 3 Nov 2023 14:16:54 +0000 Subject: [PATCH] simple-network.md: Fixed macvtap typo. --- doc/src/simple-network.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/simple-network.md b/doc/src/simple-network.md index fdc6876e..ccc78a5f 100644 --- a/doc/src/simple-network.md +++ b/doc/src/simple-network.md @@ -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.