aboutsummaryrefslogtreecommitdiff
path: root/etc/private/systemd-networkd/20-br0-tap0.network
diff options
context:
space:
mode:
Diffstat (limited to 'etc/private/systemd-networkd/20-br0-tap0.network')
-rw-r--r--etc/private/systemd-networkd/20-br0-tap0.network16
1 files changed, 16 insertions, 0 deletions
diff --git a/etc/private/systemd-networkd/20-br0-tap0.network b/etc/private/systemd-networkd/20-br0-tap0.network
new file mode 100644
index 0000000..1c2c746
--- /dev/null
+++ b/etc/private/systemd-networkd/20-br0-tap0.network
@@ -0,0 +1,16 @@
+# Add the tap interface to the bridge.
+#
+# Note: do not assign MAC address to the tap interface, it's not the same
+# thing as the interface inside the VM (which is what we want to assign the
+# MAC address to).
+#
+
+[Match]
+Name=tap0
+
+[Network]
+Bridge=br0
+#ConfigureWithoutCarrier=yes
+
+[Link]
+RequiredForOnline=no