mirror of
https://github.com/Telecominfraproject/ols-ucentral-schema.git
synced 2025-10-30 17:47:59 +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
|
||||
|
||||
@@ -111,6 +111,16 @@
|
||||
"description": "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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -134,6 +134,14 @@
|
||||
"mld-snooping-enable": {
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
},
|
||||
"unknown-multicast-flood-control": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"querier-enable": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -156,6 +156,16 @@
|
||||
"description": "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