make intention clear

Signed-off-by: Marek Küthe <m.k@mk16.de>
This commit is contained in:
Marek Küthe 2023-01-01 19:32:18 +01:00
parent 8c8e80dfec
commit 4ab4dd8c4a
No known key found for this signature in database
GPG Key ID: 7E869146699108C7
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ protocol babel crxn_net {
protocol device {}
```
`<OWNIP>` is replaced by an IP address from its own subnet. Often `::1` is used for the router. `<OWNNET>` is replaced by its subnet or the part you want to propagate. If you have only one node, you can enter your whole /48 network. If you have several nodes and want to give each node a smaller network (e.g. /56 or /52), enter it here.
`<OWNIP>` is replaced by an IP address from its own subnet. Often `xxxx::1` is used for the router. `<OWNNET>` is replaced by its subnet or the part you want to propagate. If you have only one node, you can enter your whole /48 network. If you have several nodes and want to give each node a smaller network (e.g. /56 or /52), enter it here.
`<RID>` is a random IPv4 address which is used as unique identifier of the bird instance. You cannot peer with a peer that has the same router ID.
`<HOSTNAME>` can be replaced with the hostname of the router. This can be any string.