mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-07 04:53:44 +02:00
Fix field headers
This commit is contained in:
parent
acf6425ae9
commit
e29c2d0260
1 changed files with 1 additions and 1 deletions
|
@ -1165,7 +1165,7 @@ int main(int argc,char **argv)
|
||||||
}
|
}
|
||||||
std::sort(sp.begin(),sp.end(),[](const SharedPtr<RootPeer> &a,const SharedPtr<RootPeer> &b) { return (a->id < b->id); });
|
std::sort(sp.begin(),sp.end(),[](const SharedPtr<RootPeer> &a,const SharedPtr<RootPeer> &b) { return (a->id < b->id); });
|
||||||
|
|
||||||
fprintf(pf,"Address %21s %45s %10s %6s %10s" ZT_EOL_S,"IPv6","IPv4","Age(sec)","Vers","Fwd(KiB/s)");
|
fprintf(pf,"Address %21s %45s %10s %6s %10s" ZT_EOL_S,"IPv4","IPv6","Age(sec)","Vers","Fwd(KiB/s)");
|
||||||
{
|
{
|
||||||
std::lock_guard<std::mutex> lf_l(s_lastForwardedTo_l);
|
std::lock_guard<std::mutex> lf_l(s_lastForwardedTo_l);
|
||||||
char ip4[128],ip6[128],ver[128];
|
char ip4[128],ip6[128],ver[128];
|
||||||
|
|
Loading…
Add table
Reference in a new issue