X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Finfo.c;h=0ff56cde10789fa71379877591b8509d5c87fb6f;hb=7a71d48009e03ff1143a6e1084803f456a27c849;hp=eb0d395aac978350632ceaa88ea3f176e648eae6;hpb=6bc8df3e010509f69af95d2cc14ec893def6f644;p=tinc diff --git a/src/info.c b/src/info.c index eb0d395a..0ff56cde 100644 --- a/src/info.c +++ b/src/info.c @@ -104,6 +104,8 @@ static int info_node(int fd, const char *item) { printf(" reachable"); if(status.indirect) printf(" indirect"); + if(status.sptps) + printf(" sptps"); printf("\n"); printf("Options: "); if(options & OPTION_INDIRECT)