Use server side resolving only, add proper support for nexthop resolving (#81)
* Revert "Use resolved data if gateway was already resolved (#78)" This reverts commit44bb8e9d3d
. * Revert "proportions: lookup gateway name" This reverts commit94662cb3dc
. * Revert "infobox/node: change mac used to lookup nodes" This reverts commit2ca2604403
. * Revert "infobox/node: resolve nexthop and gateway from data" This reverts commit9e7049c9e3
. * Resolve nexthop full chain if possible requires hopglass/hopglass-server#79 * Correctly handle sidecase when nodes on route report inconsistent gateway
This commit is contained in:
parent
44bb8e9d3d
commit
5cb88e8d06
4 changed files with 28 additions and 51 deletions
lib
|
@ -85,7 +85,6 @@ function (chroma, Map, Sidebar, Tabs, Container, Meshstats, Legend, Linklist,
|
|||
fanoutUnfiltered.add(meshstats)
|
||||
fanoutUnfiltered.add(newnodeslist)
|
||||
fanoutUnfiltered.add(lostnodeslist)
|
||||
fanoutUnfiltered.add(infobox)
|
||||
fanout.add(nodelist)
|
||||
fanout.add(linklist)
|
||||
fanout.add(statistics)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue