summaryrefslogtreecommitdiffstats
path: root/test/test-network/conf/radvd/captive-portal.conf
blob: 723a0dfc558ae2a147069abc75778753ba6ed446 (plain)
1
2
3
4
5
6
7
8
9
10
11
interface router-captive
{
        AdvSendAdvert on;
        AdvCaptivePortalAPI "http://systemd.io";

        prefix 2002:da8:1:99::/64
        {
                AdvOnLink on;
                AdvAutonomous on;
        };
};