We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 472227c commit c9fe9b9Copy full SHA for c9fe9b9
1 file changed
nixos-modules/microvm/interfaces.nix
@@ -30,6 +30,7 @@ in
30
fi
31
32
${lib.getExe' pkgs.iproute2 "ip"} tuntap add name '${id}' mode tap user '${user}' ${tapFlags}
33
+ ${lib.getExe' pkgs.iproute2 "ip"} link set '${id}' up
34
'') tapInterfaces;
35
36
tap-down = ''
0 commit comments