Commit 3d85c611 authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Use neighbour_txcost in notify_neighbour.

parent 5eef5ad1
......@@ -144,7 +144,7 @@ local_notify_neighbour(struct neighbour *neigh, int kind)
neigh->network->ifname,
neigh->reach,
neighbour_rxcost(neigh),
neigh->txcost,
neighbour_txcost(neigh),
neighbour_cost(neigh));
if(rc < 0 || rc >= 512)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment