neutron/releasenotes/notes/add-igmp_snooping_enable-config-option-6a0e15e4ed0a2cf7.yaml
Slawek Kaplonski 5b341150e2 Add "igmp_snooping_enable" config option for OVS agent
Neutron-ovs-agent can now enable IGMP snooping in integration bridge
if config option "igmp_snooping_enable" in OVS section in config will
be set to True.
It will also set mcast-snooping-disable-flood-unregistered=true
so flooding of multicast packets to all unregistered ports will be
disabled also.
Both changes are applied on integration bridge.

Change-Id: I12f4030a35d10d1715d3b4bfb3ed5efb9aa28f2b
Closes-Bug: #1840136
2019-11-02 13:46:13 +01:00

8 lines
272 B
YAML

---
features:
- |
Add new configuration option ``igmp_snooping_enable``. New option is in
``OVS`` config section and is used by openvswitch agent.
This option is used to enable support for Internet Group Management
Protocol (IGMP) in integration bridge.