Prevent peer updates on flapping status and fix route score logic (#920)

Prevent peer updates if the status is not changing from disconnected to connected and vice versa.

Fixed route score calculation, added tests and changed the log message

fixed installer /usr/local/bin creation
This commit is contained in:
Maycon Santos
2023-06-01 16:00:44 +02:00
committed by GitHub
parent 47da362a70
commit 3e9b46f8d8
4 changed files with 220 additions and 4 deletions

View File

@@ -5,6 +5,7 @@ AGENT=/usr/local/bin/netbird
LOG_FILE=/var/log/netbird/client_install.log
mkdir -p /var/log/netbird/
mkdir -p /usr/local/bin/
{
echo "Installing NetBird..."