mirror of
https://github.com/xcat2/confluent.git
synced 2026-01-11 18:42:29 +00:00
A node with private, unroutable addresses relative to the deployment server may cause the deployment server to select an unroutable address. Address this with two strategies. First, if any of the addresses appear local to the deployment server networks, prefer those and filter out unroutable. Secondly, if a node is purely remote, and thus all addresses routable, then make all the addresses a candidate. However, since the client can't possibly be using fe80::, we can replace the principal list with just the clientip, provided it appears in the principal list.