From: Etienne Dechamps Date: Sun, 22 Jun 2014 15:29:30 +0000 (+0100) Subject: Add local address information to edges. X-Git-Tag: release-1.1pre11~92 X-Git-Url: http://tinc-vpn.org/git/browse?a=commitdiff_plain;h=bfce56d473e1e01a8af0260262ca84f09154e71f;hp=bfce56d473e1e01a8af0260262ca84f09154e71f;p=tinc Add local address information to edges. In addition to the remote address, each edge now stores the local address from the point of view of the "from" node. This information is then made available to other nodes through a backwards-compatible extension to ADD_EDGE messages. This information can be used in future code to improve packet routing. ---