Skip to content
Snippets Groups Projects
  1. Apr 08, 2019
    • Sven Eckelmann's avatar
      gluon-status-page-mesh-batman-adv: Save if metrics chose neighbor as own best nexthop · e13a6144
      Sven Eckelmann authored
      
      The commit a0800497352e ("gluon-status-page-mesh-batman-adv: Retrieve TQ of
      neighbors with non-best direct link") removed the check whether a neighbor
      has the BATADV_ATTR_FLAG_BEST set. But consumers may still want to filter
      out or mark neighbors which don't have this flag set. To assist with such a
      feature, enhance the neighbor object with an extra boolean "best" attribute
      which stores whether the BATADV_ATTR_FLAG_BEST was found or not.
      
      Reported-by: default avatarVincent Wiemann <webmaster@codefetch.de>
      e13a6144
    • Sven Eckelmann's avatar
      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
  2. Jun 30, 2018
  3. Apr 15, 2018
Loading