Only add a reflexive address when we're sure it's working.
authorGuus Sliepen <guus@tinc-vpn.org>
Thu, 14 Jan 2016 14:07:22 +0000 (15:07 +0100)
committerGuus Sliepen <guus@tinc-vpn.org>
Thu, 14 Jan 2016 14:07:22 +0000 (15:07 +0100)
src/protocol_key.c

index 301ead5..e2f67b1 100644 (file)
@@ -233,7 +233,7 @@ bool ans_key_h(connection_t *c) {
                        return true;
                }
 
                        return true;
                }
 
-               if(!*address && from->address.sa.sa_family != AF_UNSPEC) {
+               if(!*address && from->address.sa.sa_family != AF_UNSPEC && to->minmtu) {
                        char *address, *port;
                        ifdebug(PROTOCOL) logger(LOG_DEBUG, "Appending reflexive UDP address to ANS_KEY from %s to %s", from->name, to->name);
                        sockaddr2str(&from->address, &address, &port);
                        char *address, *port;
                        ifdebug(PROTOCOL) logger(LOG_DEBUG, "Appending reflexive UDP address to ANS_KEY from %s to %s", from->name, to->name);
                        sockaddr2str(&from->address, &address, &port);