]> git.ipfire.org Git - thirdparty/systemd.git/blame - network/80-container-ve.network
Merge pull request #33019 from yuwata/tpm2-unseal
[thirdparty/systemd.git] / network / 80-container-ve.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).
4eaea664 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.
4eaea664 8
658169e6 9# This .network file matches the host-side of the virtual Ethernet link
3af18d8e
LP
10# created by systemd-nspawn's --network-veth switch. See systemd-nspawn(1) for
11# details.
12
4eaea664 13[Match]
f139393d 14Kind=veth
4eaea664 15Name=ve-*
4eaea664
LP
16
17[Network]
2f6379a9 18# Default to using a /28 prefix, giving up to 13 addresses per container.
7826397d 19Address=0.0.0.0/28
0737984f 20LinkLocalAddressing=yes
7826397d 21DHCPServer=yes
6cde5b4b 22IPMasquerade=both
2a5a6e05 23LLDP=yes
bbc0c094 24EmitLLDP=customer-bridge
71164ee9 25IPv6AcceptRA=no
2ec6191c 26IPv6SendRA=yes