add reference to rfc8966

This commit is contained in:
Marek Küthe 2023-01-09 08:20:51 +01:00
parent 68f437c9cc
commit 0fc33c60b9
No known key found for this signature in database
GPG Key ID: 7E869146699108C7
1 changed files with 1 additions and 0 deletions

View File

@ -172,6 +172,7 @@ add neighbour <nid> address <link-local> if <interface> reach ffff ureach 0000 r
``` ```
The babel neighbors are displayed here. Here `<nid>` is the router ID of the neighbor. `<link-local>` is the link-local address of the peer and `<interface>` is the interface over which the peer is connected. `<rxcost>` describes the amount of cost it takes to send data from the peer to us. These costs are set by us manually or automatically by babeld. The babel neighbors are displayed here. Here `<nid>` is the router ID of the neighbor. `<link-local>` is the link-local address of the peer and `<interface>` is the interface over which the peer is connected. `<rxcost>` describes the amount of cost it takes to send data from the peer to us. These costs are set by us manually or automatically by babeld.
`<txcost>` describes the amount of cost it takes to send data to the peer. This value is set by the peer. `<txcost>` describes the amount of cost it takes to send data to the peer. This value is set by the peer.
Information on how costs are calculated can be found in [RFC8966 3.4.3](https://www.rfc-editor.org/rfc/rfc8966#cost-computation) and [RFC8966 Appendix A](https://www.rfc-editor.org/rfc/rfc8966#name-cost-and-metric-computation).
``` ```
add xroute <ownnet>-::/0 prefix <ownnet> from ::/0 metric 0 add xroute <ownnet>-::/0 prefix <ownnet> from ::/0 metric 0