Skip to content

Commit 9681301

Browse files
committed
remove dns field which was used by skydns configuration.
1 parent 4bcd2e1 commit 9681301

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

client/contivModelClient.go

-1
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,6 @@ type NetworkOper struct {
484484
AllocatedAddressesCount int `json:"allocatedAddressesCount,omitempty"` // Vlan/Vxlan Tag
485485
AllocatedIPAddresses string `json:"allocatedIPAddresses,omitempty"` // allocated IP addresses
486486
AvailableIPAddresses string `json:"availableIPAddresses,omitempty"` // Available IP addresses
487-
DnsServerIP string `json:"dnsServerIP,omitempty"` // dns IP for the network
488487
Endpoints []EndpointOper `json:"endpoints,omitempty"`
489488
ExternalPktTag int `json:"externalPktTag,omitempty"` // external packet tag
490489
NumEndpoints int `json:"numEndpoints,omitempty"` // external packet tag

contivModel.go

-1
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,6 @@ type NetworkOper struct {
278278
AllocatedAddressesCount int `json:"allocatedAddressesCount,omitempty"` // Vlan/Vxlan Tag
279279
AllocatedIPAddresses string `json:"allocatedIPAddresses,omitempty"` // allocated IP addresses
280280
AvailableIPAddresses string `json:"availableIPAddresses,omitempty"` // Available IP addresses
281-
DnsServerIP string `json:"dnsServerIP,omitempty"` // dns IP for the network
282281
Endpoints []EndpointOper `json:"endpoints,omitempty"`
283282
ExternalPktTag int `json:"externalPktTag,omitempty"` // external packet tag
284283
NumEndpoints int `json:"numEndpoints,omitempty"` // external packet tag

network.json

-4
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,6 @@
8989
"type": "string",
9090
"title": "Available IP addresses"
9191
},
92-
"dnsServerIP": {
93-
"type": "string",
94-
"title": "dns IP for the network"
95-
},
9692
"endpoints": {
9793
"type": "array",
9894
"items": "endpoint",

0 commit comments

Comments
 (0)