]> git.ipfire.org Git - thirdparty/systemd.git/blob - network/80-auto-link-local.network.example
doc: fix .ssh credential examples
[thirdparty/systemd.git] / network / 80-auto-link-local.network.example
1 # SPDX-License-Identifier: MIT-0
2 #
3 # This example 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 use the file, one of the following methods may be used:
7 # 1. add a symlink from /etc/systemd/network to the current location of this file,
8 # 2. copy the file into /etc/systemd/network or one of the other paths checked
9 # by systemd-networkd and edit it there.
10 # This file should not be edited in place, because it'll be overwritten on upgrades.
11
12 # Enable IPv4LL + IPv6LL (but no DHCP/IPv6RA) for local links
13 [Match]
14 Type=ether
15 Property=ID_NET_AUTO_LINK_LOCAL_ONLY=1
16
17 [Network]
18 LinkLocalAddressing=yes
19 IPv6AcceptRA=no
20 MulticastDNS=yes