(res *tailcfg.MapResponse)
| 402 | } |
| 403 | |
| 404 | func (ms *mapSession) netmapForResponse(res *tailcfg.MapResponse) *netmap.NetworkMap { |
| 405 | ms.updateStateFromResponse(res) |
| 406 | return ms.netmap() |
| 407 | } |
| 408 | |
| 409 | func TestNetmapForResponse(t *testing.T) { |
| 410 | t.Run("implicit_packetfilter", func(t *testing.T) { |
no test coverage detected