ADTRAN / netconf_client

A NETCONF client for Python 3.8+
https://adtran.github.io/netconf_client/
Other
15 stars 18 forks source link

IPv6 support #9

Open hjltu opened 3 years ago

hjltu commented 3 years ago

add: all addresses support for client, ipv6 option for callhome.

codecov-io commented 3 years ago

Codecov Report

Merging #9 (68912df) into master (b776e6f) will decrease coverage by 3.18%. The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #9      +/-   ##
==========================================
- Coverage   82.11%   78.92%   -3.19%     
==========================================
  Files           8        8              
  Lines         559      579      +20     
  Branches       63       66       +3     
==========================================
- Hits          459      457       -2     
- Misses         79      101      +22     
  Partials       21       21              
Impacted Files Coverage Δ
netconf_client/connect.py 0.00% <0.00%> (ø)
netconf_client/ncclient.py 99.44% <0.00%> (-0.01%) :arrow_down:

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 b776e6f...68912df. Read the comment docs.

hjltu commented 3 years ago

OK, you can merge it now, it's all your :)