Allow for a min_count for interfaces.

This commit is contained in:
Joe Clarke
2024-09-18 13:16:22 -04:00
parent a0c56ebf89
commit 8a83eefbee

View File

@@ -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.",