]> git.ipfire.org Git - thirdparty/systemd.git/blob - network/80-container-vz.network
build-sys: drop automake support
[thirdparty/systemd.git] / network / 80-container-vz.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 bridge interface created by systemd-nspawn's
9 # --network-zone= switch. See systemd-nspawn(1) for details.
10
11 [Match]
12 Name=vz-*
13 Driver=bridge
14
15 [Network]
16 # Default to using a /24 prefix, giving up to 253 addresses per virtual network.
17 Address=0.0.0.0/24
18 LinkLocalAddressing=yes
19 DHCPServer=yes
20 IPMasquerade=yes
21 LLDP=yes
22 EmitLLDP=customer-bridge