]> git.ipfire.org Git - thirdparty/systemd.git/blame - network/80-6rd-tunnel.network
network: change license of examples to MIT-0
[thirdparty/systemd.git] / network / 80-6rd-tunnel.network
CommitLineData
3fe96b6c 1# SPDX-License-Identifier: MIT-0
e49bad01 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).
e49bad01 5#
418e1f28
ZJS
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-6rd-tunnel.network.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-networkd and edit it there.
12# This file should not be edited in place, because it'll be overwritten on upgrades.
e49bad01
YW
13
14# This network file matches 6rd-* SIT devices which is automatically created by
15# systemd-networkd when DHCPv4 6RD option is received.
16
17[Match]
18Name=6rd-*
19Type=sit
20
21[Network]
22DHCPPrefixDelegation=yes