explain fe80::1 keepalived/radvd magic
This commit is contained in:
parent
de36a3bb95
commit
e762091435
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ interface ens20 {
|
||||||
MaxRtrAdvInterval 30;
|
MaxRtrAdvInterval 30;
|
||||||
|
|
||||||
AdvRASrcAddress {
|
AdvRASrcAddress {
|
||||||
fe80::1;
|
fe80::1; # link-local virtual IP used with keepalived
|
||||||
};
|
};
|
||||||
|
|
||||||
prefix {{ ipv6_base_prefix }}:{{ subnet_ids.users_wired }}::/64 {
|
prefix {{ ipv6_base_prefix }}:{{ subnet_ids.users_wired }}::/64 {
|
||||||
|
|
Loading…
Reference in a new issue