radvd: cosmetic changes

This commit is contained in:
Yohaï-Eliel BERREBY 2020-08-08 11:32:34 +02:00
parent b199c45d97
commit 12b0bc91dc

View file

@ -4,19 +4,18 @@
# Bornes Wi-Fi # Bornes Wi-Fi
## ##
# Not deployed yet! # # Need to add an interface for this VLAN on "routeur-*" hosts.
# Need to add an interface for this VLAN on "routeur-*" hosts. #
# interface ens19 {
# interface ens19 { # XXX - FIX THE INTERFACE NAME
# AdvSendAdvert on; # AdvSendAdvert on;
# AdvLinkMTU {{ mtu }}; # AdvLinkMTU {{ mtu }};
# AdvDefaultPreference high; # AdvDefaultPreference high;
# MaxRtrAdvInterval 30; # MaxRtrAdvInterval 30;
# #
# AdvRASrcAddress { # AdvRASrcAddress {
# {{ ipv6_base_prefix }}:{{ subnet_ids.ap }}::0:250; # Unifi controller # {{ ipv6_base_prefix }}:{{ subnet_ids.ap }}::0:250; # Unifi controller
# }; # };
# #
# prefix {{ ipv6_base_prefix }}:{{ subnet_ids.ap }}::/64 { # prefix {{ ipv6_base_prefix }}:{{ subnet_ids.ap }}::/64 {
# AdvRouterAddr on; # AdvRouterAddr on;
# }; # };