reformulate statment

Signed-off-by: Marek Küthe <m.k@mk16.de>
This commit is contained in:
Marek Küthe 2023-01-07 21:06:22 +01:00
parent 6fecd1291f
commit b2d21cffc4
No known key found for this signature in database
GPG Key ID: 7E869146699108C7
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ babeld has a total of five filters:
The filter `in` filters routes coming from neighbors.
The filter `out` filters routes which are sent to neighbors.
The filter `redistribute` filters routes which are imported by the kernel.
The filter `redistribute local` filters routes which are imported by the kernel and have length 128.
The `redistribute local` filter filters routes that are imported from the kernel and bound locally to an interface.
The `install` filter filters routes that are installed into the kernel.
By default, all filters are set to `allow`. So all routes are accepted.