summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--cmd/stund/depaware.txt1
-rw-r--r--types/netmap/nodemut_test.go2
2 files changed, 2 insertions, 1 deletions
diff --git a/cmd/stund/depaware.txt b/cmd/stund/depaware.txt
index 7b945dd77..abc115bc5 100644
--- a/cmd/stund/depaware.txt
+++ b/cmd/stund/depaware.txt
@@ -60,6 +60,7 @@ tailscale.com/cmd/stund dependencies: (generated by github.com/tailscale/depawar
tailscale.com/net/tsaddr from tailscale.com/tsweb
tailscale.com/syncs from tailscale.com/metrics+
tailscale.com/tailcfg from tailscale.com/version+
+ tailscale.com/tsconst from tailscale.com/tailcfg
tailscale.com/tsweb from tailscale.com/cmd/stund+
tailscale.com/tsweb/promvarz from tailscale.com/cmd/stund
tailscale.com/tsweb/varz from tailscale.com/tsweb+
diff --git a/types/netmap/nodemut_test.go b/types/netmap/nodemut_test.go
index f7302d48d..cb676bc68 100644
--- a/types/netmap/nodemut_test.go
+++ b/types/netmap/nodemut_test.go
@@ -49,7 +49,7 @@ func TestMapResponseContainsNonPatchFields(t *testing.T) {
var want bool
switch f.Name {
- case "MapSessionHandle", "Seq", "KeepAlive", "PingRequest", "PopBrowserURL", "ControlTime":
+ case "MapSessionHandle", "Seq", "KeepAlive", "PingRequest", "PopBrowserURL", "ControlTime", "Error":
// There are meta fields that apply to all MapResponse values.
// They should be ignored.
want = false