update babeld docs for interconnection

This commit is contained in:
Marek Küthe 2023-01-30 16:19:01 +01:00
parent 841bc38d90
commit 14a4f677f5
No known key found for this signature in database
GPG Key ID: 7E869146699108C7
1 changed files with 3 additions and 1 deletions

View File

@ -43,6 +43,7 @@ redistribute deny
in ip <OWNNET> deny
in ip fd00::/8 le 64 ge 44 allow
in ip fd00::/8 eq 8 allow
in deny
install pref-src <OWNIP>
@ -85,10 +86,11 @@ Here the filters are defined, which come from the kernel into the babeld Routing
```
in ip <OWNNET> deny
in ip fd00::/8 le 64 ge 44 allow
in ip fd00::/8 eq 8 allow
in deny
```
Here the filters are defined, which routes are filtered from neighbors.
The own route is not accepted. Only ULA addresses are accepted. All other routes are filtered.
The own route is not accepted. Only ULA addresses are accepted. A default route is also accepted so that the dn42 can be reached. All other routes are filtered.
```
install pref-src <OWNIP>