add fastd public key to nodeinfo response

This commit is contained in:
Martin/Geno 2018-07-10 17:49:27 +02:00
parent 2697d4c228
commit 272a034234
No known key found for this signature in database
GPG Key ID: 9D7D3C6BFF600C6A

View File

@ -71,6 +71,7 @@ type Software struct {
Fastd struct {
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"`