Open pjonason opened 2 years ago
From the 'forum discussion'...
"Use the property StaticNameServers, which is read-write, to allow users to specify a set of name servers. The NameServers array contains the ones actually in use by the interface, which could be obtained via DHCP or from the StaticNameServers, depending on the interface configuration."
Propose change
"StaticNameServers": {
"ReadRequirement": "Mandatory",
"WriteRequirement": "Mandatory"
}
Baseline profile, under the
EthernetInterface
resource, hasand
But according to the spec document pp. 402-403, and this forum discussion, it should be
StaticNameServers
that are writable, andNameServers
should be read-only.