summaryrefslogtreecommitdiffstats
path: root/test/test-network/conf/radvd/captive-portal.conf
diff options
context:
space:
mode:
Diffstat (limited to 'test/test-network/conf/radvd/captive-portal.conf')
-rw-r--r--test/test-network/conf/radvd/captive-portal.conf11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/test-network/conf/radvd/captive-portal.conf b/test/test-network/conf/radvd/captive-portal.conf
new file mode 100644
index 0000000..723a0df
--- /dev/null
+++ b/test/test-network/conf/radvd/captive-portal.conf
@@ -0,0 +1,11 @@
+interface router-captive
+{
+ AdvSendAdvert on;
+ AdvCaptivePortalAPI "http://systemd.io";
+
+ prefix 2002:da8:1:99::/64
+ {
+ AdvOnLink on;
+ AdvAutonomous on;
+ };
+};