add fastd public key to nodeinfo response
This commit is contained in:
parent
2697d4c228
commit
272a034234
|
@ -69,8 +69,9 @@ type Software struct {
|
|||
Version string `json:"version,omitempty"`
|
||||
} `json:"babeld,omitempty"`
|
||||
Fastd struct {
|
||||
Enabled bool `json:"enabled,omitempty"`
|
||||
Version string `json:"version,omitempty"`
|
||||
Enabled bool `json:"enabled,omitempty"`
|
||||
Version string `json:"version,omitempty"`
|
||||
PublicKey string `json:"public_key,omitempty"`
|
||||
} `json:"fastd,omitempty"`
|
||||
Firmware struct {
|
||||
Base string `json:"base,omitempty"`
|
||||
|
|
Loading…
Reference in New Issue