]> git.ipfire.org Git - thirdparty/systemd.git/blame - network/80-container-vb.link
doc: fix .ssh credential examples
[thirdparty/systemd.git] / network / 80-container-vb.link
CommitLineData
658169e6
LP
1# SPDX-License-Identifier: MIT-0
2#
3# This config file is installed as part of systemd.
4# It may be freely copied and edited (following the MIT No Attribution license).
5#
6# To make local modifications, one of the following methods may be used:
7# 1. add a drop-in file that extends this file by creating the
8# /etc/systemd/network/80-container-vb.link.d/ directory and creating a
9# new .conf file there.
10# 2. copy this file into /etc/systemd/network/ or one of the other paths checked
11# by systemd-udevd and edit it there.
12# This file should not be edited in place, because it'll be overwritten on upgrades.
13
14# This .link file matches the host-side of the virtual Ethernet link created
15# by systemd-nspawn's --network-veth switch with --network-bridge= or
16# --network-zone= switch. See systemd-nspawn(1) for details.
17
18[Match]
19Kind=veth
bc02f035 20OriginalName=vb-*
658169e6
LP
21
22[Link]
23NamePolicy=keep
24Property=ID_NET_MANAGED_BY=io.systemd.Network