JoinResponse is sent in response to a JoinRequest
| 161 | |
| 162 | // JoinResponse is sent in response to a JoinRequest |
| 163 | type JoinResponse struct { |
| 164 | InterfaceName InterfaceName |
| 165 | Gateway string |
| 166 | GatewayIPv6 string |
| 167 | StaticRoutes []*StaticRoute |
| 168 | DisableGatewayService bool |
| 169 | } |
| 170 | |
| 171 | // LeaveRequest is send by the daemon when a endpoint is leaving a network |
| 172 | type LeaveRequest struct { |
nothing calls this directly
no outgoing calls
no test coverage detected