Skip to content
Snippets Groups Projects
Forked from ffbs / ffbs-gluon
Source project has a limited visibility.
  • Sven Eckelmann's avatar
    d0df47d9
    gluon-status-page-mesh-batman-adv: Retrieve TQ of neighbors with non-best direct link · d0df47d9
    Sven Eckelmann authored
    Links between two direct neighbors are not always the best route between
    these devices. The flag BATADV_ATTR_FLAG_BEST would not be set for these
    originator entries and the respondd module would just ignore this entry.
    
    If these neighbors are not accepted and returned to the status page then
    some of the neighbor entries will show a name, (acceptable) signal strength
    and mac address but no TQ value.
    
    Fixes: 28668c8c ("gluon-status-page: API")
    d0df47d9
    History
    gluon-status-page-mesh-batman-adv: Retrieve TQ of neighbors with non-best direct link
    Sven Eckelmann authored
    Links between two direct neighbors are not always the best route between
    these devices. The flag BATADV_ATTR_FLAG_BEST would not be set for these
    originator entries and the respondd module would just ignore this entry.
    
    If these neighbors are not accepted and returned to the status page then
    some of the neighbor entries will show a name, (acceptable) signal strength
    and mac address but no TQ value.
    
    Fixes: 28668c8c ("gluon-status-page: API")