We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ca9a4d0 + 7f66e76 commit 33a37daCopy full SHA for 33a37da
servers.go
@@ -68,11 +68,12 @@ type Interface struct {
68
}
69
70
type Address struct {
71
- Version int `json:"version"`
72
- Address string `json:"address"`
73
- PrefixLength int `json:"prefix_length"`
74
- Gateway string `json:"gateway"`
75
- ReversePtr string `json:"reverse_ptr"`
+ Version int `json:"version"`
+ Address string `json:"address"`
+ PrefixLength int `json:"prefix_length"`
+ Gateway string `json:"gateway"`
+ ReversePtr string `json:"reverse_ptr"`
76
+ Subnet SubnetStub `json:"subnet"`
77
78
79
type ServerRequest struct {
0 commit comments