neutron/releasenotes/notes/advertisement-intervals-for-radvd-configurable-6d85b5fdd97a2742.yaml
Sean M. Collins d9e4d20da8 Make advertisement intervals for radvd configurable
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
2016-01-22 15:14:35 +00:00

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.