Repository : ssh://git@diktynna/doc
On branches: backup-redmine/2021-03-06,master
commit 36caac2eb411099bbccfef903978805eedfb9eb5 Author: Linus L��ssing linus.luessing@c0d3.blue Date: Sun Feb 21 00:56:36 2021 +0000
doc: batman-adv/Gateway-Selection-Issue
36caac2eb411099bbccfef903978805eedfb9eb5 batman-adv/Gateway-Selection-Issue.textile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/batman-adv/Gateway-Selection-Issue.textile b/batman-adv/Gateway-Selection-Issue.textile index 2398a15..c10ac1f 100644 --- a/batman-adv/Gateway-Selection-Issue.textile +++ b/batman-adv/Gateway-Selection-Issue.textile @@ -34,9 +34,9 @@ client (selection class: 5.0 MBit) N2$ batctl gwl [B.A.T.M.A.N. adv openwrt-2019.2-10, MainIF/MAC: primary0/<orig-mac> (bat0/<bat0-mac> BATMAN_V)] Router ( throughput) Next Hop [outgoingIf] Bandwidth -* GW2 ( 50.0) GW1 [ wlan0]: 1000.0/1000.0 MBit +* GW3 ( 50.0) GW1 [ wlan0]: 1000.0/1000.0 MBit GW1 ( 50.0) GW1 [ wlan0]: 1000.0/1000.0 MBit - GW3 ( 50.0) GW1 [ wlan0]: 1000.0/1000.0 MBit + GW2 ( 50.0) GW1 [ wlan0]: 1000.0/1000.0 MBit </code></pre>
On node N2 the BATMAN V metric to all gateways is 50 MBit/s because BATMAN V calculates the minimum of the received throughput in the OGM (to GW1: 1000, to GW2: 941.1, to GW3: 941.1) and the link throughput towards the destination (50 Mbit/s).