radvd: cosmetic changes
This commit is contained in:
parent
b199c45d97
commit
12b0bc91dc
1 changed files with 5 additions and 6 deletions
|
@ -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;
|
||||||
# };
|
# };
|
||||||
|
|
Loading…
Reference in a new issue