Hi ! First, sorry if it's a stupid question, I'm REALLY a beginner in Erlang... If I have 2 nodes A and B, and both "know" each other (B is in the nodes() of A and vice-versa). Is it possible for a node C no connect to A without having B in it's nodes() list ? I saw there is a disconnect_node function, but I can't find a connect_node one... Thanks a lot