2024-01-10 16:18:41 +01:00
|
|
|
# SPDX-License-Identifier: MIT-0
|
|
|
|
|
#
|
|
|
|
|
# This config file is installed as part of systemd.
|
|
|
|
|
# It may be freely copied and edited (following the MIT No Attribution license).
|
|
|
|
|
#
|
2024-04-23 19:51:07 +08:00
|
|
|
# To make local modifications, use "networkctl edit". See networkctl(1) for details.
|
2024-01-10 16:18:41 +01:00
|
|
|
# This file should not be edited in place, because it'll be overwritten on upgrades.
|
|
|
|
|
|
|
|
|
|
# This .link file matches vt-* TUN/TAP devices on the host and marks them as
|
|
|
|
|
# managed by systemd-networkd.
|
|
|
|
|
|
|
|
|
|
[Match]
|
|
|
|
|
Kind=tun
|
2024-01-11 15:01:35 +09:00
|
|
|
OriginalName=vt-*
|
2024-01-10 16:18:41 +01:00
|
|
|
|
|
|
|
|
[Link]
|
|
|
|
|
NamePolicy=keep
|
|
|
|
|
Property=ID_NET_MANAGED_BY=io.systemd.Network
|