[TASK] implement gateway_nexthop (#39)
https://github.com/freifunk-gluon/gluon/pull/795
This commit is contained in:
parent
8fcf9c496e
commit
a68e13d311
|
@ -16,6 +16,7 @@ type Statistics struct {
|
|||
Idletime float64 `json:"idletime,omitempty"`
|
||||
GatewayIPv4 string `json:"gateway,omitempty"`
|
||||
GatewayIPv6 string `json:"gateway6,omitempty"`
|
||||
GatewayNexthop string `json:"gateway_nexthop,omitempty"`
|
||||
Processes struct {
|
||||
Total uint32 `json:"total"`
|
||||
Running uint32 `json:"running"`
|
||||
|
|
Loading…
Reference in New Issue