]> git.ipfire.org Git - thirdparty/systemd.git/blob - network/80-container-ve.network
meson: use join_paths consistently
[thirdparty/systemd.git] / network / 80-container-ve.network
1 # This file is part of systemd.
2 #
3 # systemd is free software; you can redistribute it and/or modify it
4 # under the terms of the GNU Lesser General Public License as published by
5 # the Free Software Foundation; either version 2.1 of the License, or
6 # (at your option) any later version.
7
8 # This network file matches the host-side of the virtual Ethernet link
9 # created by systemd-nspawn's --network-veth switch. See systemd-nspawn(1) for
10 # details.
11
12 [Match]
13 Name=ve-*
14 Driver=veth
15
16 [Network]
17 # Default to using a /28 prefix, giving up to 13 addresses per container.
18 Address=0.0.0.0/28
19 LinkLocalAddressing=yes
20 DHCPServer=yes
21 IPMasquerade=yes
22 LLDP=yes
23 EmitLLDP=customer-bridge