]>
Commit | Line | Data |
---|---|---|
d9215cd8 ZJS |
1 | # SPDX-License-Identifier: LGPL-2.1+ |
2 | # | |
4eaea664 LP |
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 | ||
3af18d8e LP |
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 | ||
dd4d2c1c TG |
14 | [Match] |
15 | Virtualization=container | |
16 | Name=host0 | |
17 | ||
18 | [Network] | |
cb9fc36a | 19 | DHCP=yes |
0737984f | 20 | LinkLocalAddressing=yes |
2a5a6e05 | 21 | LLDP=yes |
bbc0c094 | 22 | EmitLLDP=customer-bridge |
e26b5058 LP |
23 | |
24 | [DHCP] | |
25 | UseTimezone=yes |