blob: 1c2c746630d1c23c17f73e40906a1498e1c4347f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
|