From 3fb6d245e9a74d8f2b17f66956f9150d8d5e897e Mon Sep 17 00:00:00 2001 From: Cool Fire Date: Thu, 23 Apr 2020 04:54:40 +0200 Subject: [PATCH] Update radvd conf some --- profile/templates/radvd.conf.erb | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/profile/templates/radvd.conf.erb b/profile/templates/radvd.conf.erb index f68744e..0bfde62 100644 --- a/profile/templates/radvd.conf.erb +++ b/profile/templates/radvd.conf.erb @@ -1,11 +1,5 @@ -interface <%= @interface %> -{ +interface <%= @interface %> { AdvSendAdvert on; - prefix fd5d:12c9:4201:1::1/64 { - AdvOnLink on; - AdvAutonomous on; - }; - #Send DNS Server setting - RDNSS fd5d:12c9:4201:1::1{ - }; + prefix fd5d:12c9:4200::1/64 {}; + RDNSS fd5d:12c9:4200::1{}; }; -- GitLab