aboutsummaryrefslogtreecommitdiff
path: root/ansible/roles/knot-misc/files/etc
diff options
context:
space:
mode:
Diffstat (limited to 'ansible/roles/knot-misc/files/etc')
-rw-r--r--ansible/roles/knot-misc/files/etc/radvd.conf20
1 files changed, 20 insertions, 0 deletions
diff --git a/ansible/roles/knot-misc/files/etc/radvd.conf b/ansible/roles/knot-misc/files/etc/radvd.conf
new file mode 100644
index 0000000..2305cc2
--- /dev/null
+++ b/ansible/roles/knot-misc/files/etc/radvd.conf
@@ -0,0 +1,20 @@
+interface br0
+{
+ AdvSendAdvert on;
+ MinRtrAdvInterval 5;
+ MaxRtrAdvInterval 10;
+ MinDelayBetweenRAs 1;
+
+ AdvDefaultPreference medium;
+ AdvLinkMTU 1500;
+
+ prefix 2a01:7e00:e000:272::/64
+ {
+ AdvOnLink on;
+ AdvAutonomous on;
+
+ AdvValidLifetime 14400;
+ AdvPreferredLifetime 3600;
+ AdvRouterAddr on;
+ };
+};