]> git.ipfire.org Git - thirdparty/systemd.git/blame - network/80-container-vz.network
network: suggest using "networkctl edit" instead of copying manually
[thirdparty/systemd.git] / network / 80-container-vz.network
CommitLineData
3fe96b6c 1# SPDX-License-Identifier: MIT-0
d9215cd8 2#
418e1f28 3# This config file is installed as part of systemd.
3fe96b6c 4# It may be freely copied and edited (following the MIT No Attribution license).
3af18d8e 5#
66ec0306 6# To make local modifications, use "networkctl edit". See networkctl(1) for details.
418e1f28 7# This file should not be edited in place, because it'll be overwritten on upgrades.
3af18d8e
LP
8
9# This network file matches the bridge interface created by systemd-nspawn's
10# --network-zone= switch. See systemd-nspawn(1) for details.
11
12[Match]
f139393d 13Kind=bridge
3af18d8e 14Name=vz-*
3af18d8e
LP
15
16[Network]
17# Default to using a /24 prefix, giving up to 253 addresses per virtual network.
18Address=0.0.0.0/24
19LinkLocalAddressing=yes
20DHCPServer=yes
6cde5b4b 21IPMasquerade=both
3af18d8e 22LLDP=yes
bbc0c094 23EmitLLDP=customer-bridge
71164ee9 24IPv6AcceptRA=no
2ec6191c 25IPv6SendRA=yes