udev: String substitutions can be done in ENV, too
[systemd_ALT.git] / network / 80-container-vb.network
blob3a99ab87614394cfe53d60ab185934e3ca862f22
1 # SPDX-License-Identifier: MIT-0
3 # This config file is installed as part of systemd.
4 # It may be freely copied and edited (following the MIT No Attribution license).
6 # To make local modifications, one of the following methods may be used:
7 # 1. add a drop-in file that extends this file by creating the
8 #    /etc/systemd/network/80-container-vb.network.d/ directory and creating a
9 #    new .conf file there.
10 # 2. copy this file into /etc/systemd/network or one of the other paths checked
11 #    by systemd-networkd and edit it there.
12 # This file should not be edited in place, because it'll be overwritten on upgrades.
14 # This network file matches the host-side of the virtual Ethernet link
15 # created by systemd-nspawn's --network-veth switch with --network-bridge or
16 # --network-zone switch. See systemd-nspawn(1) for details.
18 [Match]
19 Name=vb-*
20 Driver=veth
22 [Network]
23 KeepMaster=yes
24 LinkLocalAddressing=no
25 LLDP=yes
26 EmitLLDP=nearest-bridge