Minor updates/fixes to NodeDB

This commit is contained in:
Gregory Kurtzer
2020-11-26 20:37:28 -08:00
parent 3ab02c3055
commit 38ce925639
3 changed files with 6 additions and 0 deletions

View File

@@ -85,6 +85,7 @@ type NodeInfo struct {
RuntimeOverlay NodeInfoEntry
SystemOverlay NodeInfoEntry
Profiles []string
GroupProfiles []string
NetDevs map[string]*NetDevs
}