]> git.ipfire.org Git - thirdparty/systemd.git/blame - network/80-wifi-ap.network.example
network: disable IPv6AcceptRA= in several default config
[thirdparty/systemd.git] / network / 80-wifi-ap.network.example
CommitLineData
3fe96b6c 1# SPDX-License-Identifier: MIT-0
ae527ed6
ZJS
2#
3# This example config file is installed as part of systemd.
3fe96b6c 4# It may be freely copied and edited (following the MIT No Attribution license).
ae527ed6
ZJS
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
15e08964 12[Match]
b419e877 13Type=wlan
1bcefad9 14WLANInterfaceType=ap
15e08964
YW
15
16[Network]
17Address=0.0.0.0/24
18DHCPServer=yes
6cde5b4b 19IPMasquerade=both
71164ee9
YW
20IPv6AcceptRA=no
21IPv6SendRA=yes