mirror of
https://github.com/Telecominfraproject/ols-ucentral-schema.git
synced 2025-10-29 17:22:23 +00:00
Add flood-control and querier-enable fields to unit.yml
These fields are used to specify the global fc and querier configuration. Signed-off-by: Serhiy Boiko <serhiy.boiko@plvision.eu>
This commit is contained in:
committed by
Oleksandr Mazur
parent
0983abe2bf
commit
b9762df2cf
@@ -100,3 +100,13 @@ properties:
|
||||
Global config for controlling whether MLD snooping is enabled. If this global setting is disabled, all VLANs are treated as disabled, whether they are enabled or not.
|
||||
type: boolean
|
||||
default: true
|
||||
unknown-multicast-flood-control:
|
||||
description:
|
||||
Global config for the unknown multicast flood control feature. This enables the system to forward unknown multicast packets only to a multicast router (mrouter).
|
||||
type: boolean
|
||||
default: false
|
||||
querier-enable:
|
||||
description:
|
||||
Global IGMP querier config. This enables all Vlan interfaces to act as a querier.
|
||||
type: boolean
|
||||
default: false
|
||||
|
||||
Reference in New Issue
Block a user