diff --git a/docs/routing/babeld/babeld.md b/docs/routing/babeld/babeld.md index 02112ef..963776d 100644 --- a/docs/routing/babeld/babeld.md +++ b/docs/routing/babeld/babeld.md @@ -176,7 +176,7 @@ The networks that originate from us are displayed here. This should only be our ``` add route prefix from ::/0 installed id metric refmetric via if ``` -The routes learned from the babel neighbors are displayed here. Here `` is the router ID of the neighbor and `` is the prefix learned about the neighbor. `` is either `yes` or `no`. If `yes` the route was exported to the kernel, if `no` it was not. `` shows the cost of consuming to reach the prefix via this route. `` shows the cost our neighbor needs to reach the prefix. `` shows the nexthop, which is normally the IPv6 link-local address of our neighbor. `` shows the interface this route goes through. +The routes learned from the babel neighbors are displayed here. Here `` is the router ID of the neighbor and `` is the prefix learned about the neighbor. `` is either `yes` or `no`. If `yes` the route was exported to the kernel, if `no` it was not. `` shows the cost of consuming to reach the prefix via this route. `` shows the cost our neighbor needs to reach the prefix. `` shows the nexthop, which is normally the IPv6 link-local address of our neighbor. `` shows the interface this route goes through. `` is a unique ID to a route. The route keeps its ID until it is flushed. ## Further links