]> git.ipfire.org Git - thirdparty/systemd.git/blame - network/80-container-vz.network
Merge pull request #653 from dvdhrm/bus-gold
[thirdparty/systemd.git] / network / 80-container-vz.network
CommitLineData
3af18d8e
LP
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]
12Name=vz-*
13Driver=bridge
14
15[Network]
16# Default to using a /24 prefix, giving up to 253 addresses per virtual network.
17Address=0.0.0.0/24
18LinkLocalAddressing=yes
19DHCPServer=yes
20IPMasquerade=yes
21LLDP=yes
bbc0c094 22EmitLLDP=customer-bridge