func (ep *Endpoint) GatewayIPv6() net.IP {
    ep.mu.Lock()
    defer ep.mu.Unlock()

    if ep.joinInfo == nil {