]> git.ipfire.org Git - thirdparty/systemd.git/blob - network/80-container-host0.network
travis: use UBSan checks from OSS-Fuzz
[thirdparty/systemd.git] / network / 80-container-host0.network
1 # SPDX-License-Identifier: LGPL-2.1+
2 #
3 # This file is part of systemd.
4 #
5 # systemd is free software; you can redistribute it and/or modify it
6 # under the terms of the GNU Lesser General Public License as published by
7 # the Free Software Foundation; either version 2.1 of the License, or
8 # (at your option) any later version.
9
10 # This network file matches the container-side of the virtual Ethernet link
11 # created by systemd-nspawn's --network-veth switch. See systemd-nspawn(1) for
12 # details.
13
14 [Match]
15 Virtualization=container
16 Name=host0
17
18 [Network]
19 DHCP=yes
20 LinkLocalAddressing=yes
21 LLDP=yes
22 EmitLLDP=customer-bridge
23
24 [DHCP]
25 UseTimezone=yes