1
0
mirror of https://git.dn42.dev/wiki/wiki synced 2025-03-14 19:43:32 +00:00

Updated Bird communities (markdown)

This commit is contained in:
Anonymous 2015-03-24 13:50:11 +01:00
parent a6980288f0
commit c46f8b727a

View File

@ -101,4 +101,7 @@ if bandwidth > 4 then bandwidth = 4;
bgp_local_pref = 100*bandwidth + 100*(10-latency)-100*bgp_path.len+50*crypto;
return true;
}
```
```
Original implementation by welterde: https://gist.github.com/welterde/524cc9b37a618e29093d
All props to him for the implementation and bird code. My modification is only for the bgp_local_pref.