mirror of
https://github.com/CiscoDevNet/cml-community.git
synced 2025-10-23 07:42:03 +00:00
Allow for a min_count for interfaces.
This commit is contained in:
@@ -572,6 +572,12 @@
|
||||
"maximum": 64,
|
||||
"description": "Default number of physical interfaces."
|
||||
},
|
||||
"min_count": {
|
||||
"type": "integer",
|
||||
"minimum": 1,
|
||||
"maximum": 64,
|
||||
"description": "Minimal number of physical interfaces."
|
||||
},
|
||||
"loopback": {
|
||||
"type": "array",
|
||||
"description": "List of loopback interfaces.",
|
||||
|
Reference in New Issue
Block a user