Skip to content

Commit

Permalink
remove dns field which was used by skydns configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
rchirakk committed Feb 6, 2017
1 parent 4bcd2e1 commit 9681301
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion client/contivModelClient.go
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,6 @@ type NetworkOper struct {
AllocatedAddressesCount int `json:"allocatedAddressesCount,omitempty"` // Vlan/Vxlan Tag
AllocatedIPAddresses string `json:"allocatedIPAddresses,omitempty"` // allocated IP addresses
AvailableIPAddresses string `json:"availableIPAddresses,omitempty"` // Available IP addresses
DnsServerIP string `json:"dnsServerIP,omitempty"` // dns IP for the network
Endpoints []EndpointOper `json:"endpoints,omitempty"`
ExternalPktTag int `json:"externalPktTag,omitempty"` // external packet tag
NumEndpoints int `json:"numEndpoints,omitempty"` // external packet tag
Expand Down
1 change: 0 additions & 1 deletion contivModel.go
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,6 @@ type NetworkOper struct {
AllocatedAddressesCount int `json:"allocatedAddressesCount,omitempty"` // Vlan/Vxlan Tag
AllocatedIPAddresses string `json:"allocatedIPAddresses,omitempty"` // allocated IP addresses
AvailableIPAddresses string `json:"availableIPAddresses,omitempty"` // Available IP addresses
DnsServerIP string `json:"dnsServerIP,omitempty"` // dns IP for the network
Endpoints []EndpointOper `json:"endpoints,omitempty"`
ExternalPktTag int `json:"externalPktTag,omitempty"` // external packet tag
NumEndpoints int `json:"numEndpoints,omitempty"` // external packet tag
Expand Down
4 changes: 0 additions & 4 deletions network.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,6 @@
"type": "string",
"title": "Available IP addresses"
},
"dnsServerIP": {
"type": "string",
"title": "dns IP for the network"
},
"endpoints": {
"type": "array",
"items": "endpoint",
Expand Down

0 comments on commit 9681301

Please sign in to comment.