function recvMsg(msg) {
    if (!flx_repo[msg.dest]) {
      console.log(msg.dest + ' not defined');
      // link(msg.dest);
    }