ntop / n2n

Peer-to-peer VPN
GNU General Public License v3.0
6.18k stars 930 forks source link

unified verbosity handling for edge and tools #1009

Closed Logan007 closed 2 years ago

Logan007 commented 2 years ago

This PR equalizes verbosity handling for edge and tools/n2n-route and tools/n2n-portfwd. It additionally adds -V to the edge as discussed here.

It thereby... closes #980 ... at least for the verbosity part (not the underlying user-scenario-related error) – the later reported core dump is separately discussed (#991) anyway.

codecov-commenter commented 2 years ago

Codecov Report

Merging #1009 (d3f8fc5) into dev (51a3a71) will decrease coverage by 0.00%. The diff coverage is 0.00%.

@@            Coverage Diff             @@
##              dev    #1009      +/-   ##
==========================================
- Coverage   20.92%   20.91%   -0.01%     
==========================================
  Files          47       47              
  Lines        8374     8378       +4     
==========================================
  Hits         1752     1752              
- Misses       6622     6626       +4     
Impacted Files Coverage Δ
src/edge.c 0.00% <0.00%> (ø)
tools/n2n-portfwd.c 0.00% <0.00%> (ø)
tools/n2n-route.c 0.00% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 51a3a71...d3f8fc5. Read the comment docs.