]> git.ipfire.org Git - thirdparty/systemd.git/blob - network/80-container-ve.network
Merge pull request #14017 from poettering/analyze-calendar-tweaks
[thirdparty/systemd.git] / network / 80-container-ve.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 host-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 Name=ve-*
16 Driver=veth
17
18 [Network]
19 # Default to using a /28 prefix, giving up to 13 addresses per container.
20 Address=0.0.0.0/28
21 LinkLocalAddressing=yes
22 DHCPServer=yes
23 IPMasquerade=yes
24 LLDP=yes
25 EmitLLDP=customer-bridge