gsliepen / tinc

a VPN daemon
http://tinc-vpn.org/
Other
1.87k stars 280 forks source link

Fix bug in shortest path implementation #449

Closed crazyboycjr closed 5 months ago

crazyboycjr commented 5 months ago

447

This PR should fix the algorithm implementation in shortest path. The unit test created in #448 should pass now.

crazyboycjr commented 5 months ago

The patch does not touch other part of the code base. The failing CI jobs should be irrelevant. @gsliepen Could you please take a look?