OLS-644: Global DNS configuration

Signed-off-by: Tanya Singh <tanya_singh@accton.com>
This commit is contained in:
Tanya Singh
2025-03-27 11:37:06 +08:00
parent f394cb4019
commit cd7d50997c
3 changed files with 20 additions and 0 deletions

View File

@@ -1803,6 +1803,13 @@
}
}
}
},
"dns": {
"description": "Define a list of dns servers",
"type": "array",
"items": {
"type": "string"
}
}
}
},

View File

@@ -1564,6 +1564,12 @@
},
"acl": {
"$ref": "#/$defs/switch.acl"
},
"dns": {
"type": "array",
"items": {
"type": "string"
}
}
}
},

View File

@@ -1848,6 +1848,13 @@
},
"acl": {
"$ref": "#/$defs/switch.acl"
},
"dns": {
"description": "Define a list of dns servers",
"type": "array",
"items": {
"type": "string"
}
}
}
},