tailcfg: add Hostinfo.Package

Updates tailscale/corp#440
This commit is contained in:
Brad Fitzpatrick
2021-02-15 12:58:56 -08:00
parent dec01ef22b
commit 73552eb32e
3 changed files with 3 additions and 1 deletions

View File

@ -25,7 +25,7 @@ func fieldsOf(t reflect.Type) (fields []string) {
func TestHostinfoEqual(t *testing.T) {
hiHandles := []string{
"IPNVersion", "FrontendLogID", "BackendLogID",
"OS", "OSVersion", "DeviceModel", "Hostname",
"OS", "OSVersion", "Package", "DeviceModel", "Hostname",
"ShieldsUp", "ShareeNode",
"GoArch",
"RoutableIPs", "RequestTags",