d9e4d20da8
Currently a global setting that is applied for all managed radvd processes. Per-process setting could be done in the future. For large clouds, it may be useful to increase the intervals, to reduce multicast storms. Co-Authored-By: Brian Haley <brian.haley@hpe.com> DocImpact Router advertisement intervals for radvd are now configurable Related-Bug: #1532338 Change-Id: I6cc313599f0ee12f7d51d073a22321221fca263f
10 lines
539 B
YAML
10 lines
539 B
YAML
---
|
|
fixes:
|
|
- Prior to Mitaka, the settings that control the frequency of
|
|
router advertisements transmitted by the radvd daemon were
|
|
not able to be adjusted. Larger deployments may wish to decrease
|
|
the frequency in which radvd sends multicast traffic. The 'min_rtr_adv_interval'
|
|
and 'max_rtr_adv_interval' settings in the L3 agent configuration file
|
|
map directly to the 'MinRtrAdvInterval' and 'MaxRtrAdvInterval' in the generated
|
|
radvd.conf file. Consult the manpage for radvd.conf for more detailed information.
|