From 12b0bc91dc403efaf112d3029550657830823078 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yoha=C3=AF-Eliel=20BERREBY?= Date: Sat, 8 Aug 2020 11:32:34 +0200 Subject: [PATCH] radvd: cosmetic changes --- roles/radvd/templates/radvd.conf.j2 | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/roles/radvd/templates/radvd.conf.j2 b/roles/radvd/templates/radvd.conf.j2 index dc5f1a2..300f50b 100644 --- a/roles/radvd/templates/radvd.conf.j2 +++ b/roles/radvd/templates/radvd.conf.j2 @@ -4,19 +4,18 @@ # Bornes Wi-Fi ## -# Not deployed yet! -# Need to add an interface for this VLAN on "routeur-*" hosts. - -# interface ens19 { # XXX - FIX THE INTERFACE NAME +# # Need to add an interface for this VLAN on "routeur-*" hosts. +# +# interface ens19 { # AdvSendAdvert on; # AdvLinkMTU {{ mtu }}; # AdvDefaultPreference high; # MaxRtrAdvInterval 30; -# +# # AdvRASrcAddress { # {{ ipv6_base_prefix }}:{{ subnet_ids.ap }}::0:250; # Unifi controller # }; -# +# # prefix {{ ipv6_base_prefix }}:{{ subnet_ids.ap }}::/64 { # AdvRouterAddr on; # };