mirror of
https://github.com/Telecominfraproject/ols-ucentral-schema.git
synced 2025-11-01 10:37:48 +00:00
change port mirror type to array
-- rebased and merge changes from https://github.com/Telecominfraproject/ols-ucentral-schema/pull/23 into main Signed-off-by: Mike Hansen <mike.hansen@netexperience.com>
This commit is contained in:
@@ -5,6 +5,8 @@ properties:
|
|||||||
port-mirror:
|
port-mirror:
|
||||||
description:
|
description:
|
||||||
Enable mirror of traffic from multiple minotor ports to a single analysis port.
|
Enable mirror of traffic from multiple minotor ports to a single analysis port.
|
||||||
|
type: array
|
||||||
|
items:
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
monitor-ports:
|
monitor-ports:
|
||||||
|
|||||||
@@ -766,6 +766,8 @@
|
|||||||
"properties": {
|
"properties": {
|
||||||
"port-mirror": {
|
"port-mirror": {
|
||||||
"description": "Enable mirror of traffic from multiple minotor ports to a single analysis port.",
|
"description": "Enable mirror of traffic from multiple minotor ports to a single analysis port.",
|
||||||
|
"type": "array",
|
||||||
|
"items": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"monitor-ports": {
|
"monitor-ports": {
|
||||||
@@ -780,6 +782,7 @@
|
|||||||
"type": "string"
|
"type": "string"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"loop-detection": {
|
"loop-detection": {
|
||||||
"description": "Enable loop detection on the L2 switches/bridge.",
|
"description": "Enable loop detection on the L2 switches/bridge.",
|
||||||
|
|||||||
@@ -545,6 +545,8 @@
|
|||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"port-mirror": {
|
"port-mirror": {
|
||||||
|
"type": "array",
|
||||||
|
"items": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"monitor-ports": {
|
"monitor-ports": {
|
||||||
@@ -557,6 +559,7 @@
|
|||||||
"type": "string"
|
"type": "string"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"loop-detection": {
|
"loop-detection": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
|
|||||||
@@ -617,6 +617,8 @@
|
|||||||
"properties": {
|
"properties": {
|
||||||
"port-mirror": {
|
"port-mirror": {
|
||||||
"description": "Enable mirror of traffic from multiple minotor ports to a single analysis port.",
|
"description": "Enable mirror of traffic from multiple minotor ports to a single analysis port.",
|
||||||
|
"type": "array",
|
||||||
|
"items": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"monitor-ports": {
|
"monitor-ports": {
|
||||||
@@ -631,6 +633,7 @@
|
|||||||
"type": "string"
|
"type": "string"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"loop-detection": {
|
"loop-detection": {
|
||||||
"description": "Enable loop detection on the L2 switches/bridge.",
|
"description": "Enable loop detection on the L2 switches/bridge.",
|
||||||
|
|||||||
Reference in New Issue
Block a user