mirror of
https://github.com/systemd/systemd.git
synced 2025-01-25 10:04:04 +03:00
c1dd58b3b6
This requires fairly recent radvd that supports sending RAs with captive portals [0]. Also, this should hopefully provide coverage for issues like: - https://github.com/systemd/systemd/issues/28229 - https://github.com/systemd/systemd/issues/28231 - https://github.com/systemd/systemd/issues/28277 [0] https://github.com/radvd-project/radvd/pull/141
12 lines
154 B
SYSTEMD
12 lines
154 B
SYSTEMD
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
[Match]
|
|
Name=client
|
|
|
|
[Network]
|
|
IPv6AcceptRA=yes
|
|
|
|
[IPv6AcceptRA]
|
|
UseDNS=no
|
|
UseDomains=no
|
|
UseCaptivePortal=yes
|