Convert Port to numeric form before sending it to other nodes.
authorGuus Sliepen <guus@tinc-vpn.org>
Sat, 3 Apr 2010 08:46:45 +0000 (09:46 +0100)
committerGuus Sliepen <guus@tinc-vpn.org>
Sat, 3 Apr 2010 08:46:45 +0000 (09:46 +0100)
commitf75e71bc693847af71f61fb72cd788e3e47f9bd3
tree189438b1165bf9999cac9e625683db934631726a
parent292354912f346fe467f557f0dc026b519997289c
Convert Port to numeric form before sending it to other nodes.

If one uses a symbolic name for the Port option, tinc will send that name
literally to other nodes.  However, it is not guaranteed that all nodes have
the same contents in /etc/services, or have such a file at all.
src/net_setup.c
src/netutl.c
src/protocol_auth.c