(LocalBackend)
| 123 | // references LocalBackend, and LocalBackend has a tsd.System. |
| 124 | type NetstackImpl interface { |
| 125 | Start(LocalBackend) error |
| 126 | UpdateNetstackIPs(*netmap.NetworkMap) |
| 127 | UpdateIPServiceMappings(netmap.IPServiceMappings) |
| 128 | UpdateActiveVIPServices(views.Slice[string]) |
no outgoing calls