X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Finfo.c;h=df5d11d18fff969d877f3934260dd3df12b1663f;hb=76a3ada4eb4032172c3d780915a07680f9954d42;hp=6d0435f894d65ccfb8dfbcb856e9af2e345505f7;hpb=6319dc9dde3b328ba800f25a6bb4cf303d27f664;p=tinc diff --git a/src/info.c b/src/info.c index 6d0435f8..df5d11d1 100644 --- a/src/info.c +++ b/src/info.c @@ -117,6 +117,7 @@ static int info_node(int fd, const char *item) { if(options & OPTION_CLAMP_MSS) printf(" clamp_mss"); printf("\n"); + printf("Protocol: %d.%d\n", PROT_MAJOR, OPTION_VERSION(options)); printf("Reachability: "); if(!*port) printf("can reach itself\n");