util/deephash: remove soon to be deleted field from wgcfg.

Signed-off-by: David Anderson <danderson@tailscale.com>
This commit is contained in:
David Anderson 2021-08-25 19:07:00 -07:00 committed by Dave Anderson
parent 923c98cd8f
commit 54bc3b7d97
1 changed files with 1 additions and 3 deletions

View File

@ -137,9 +137,7 @@ func getVal() []interface{} {
Addresses: []netaddr.IPPrefix{netaddr.IPPrefixFrom(netaddr.IPFrom16([16]byte{3: 3}), 5)},
Peers: []wgcfg.Peer{
{
Endpoints: wgcfg.Endpoints{
IPPorts: wgcfg.NewIPPortSet(netaddr.MustParseIPPort("42.42.42.42:5")),
},
Endpoints: wgcfg.Endpoints{},
},
},
},