Merge pull request 'babeld_maxlen_filter' (#24) from mark22k/docs:babeld_maxlen_filter into master

Reviewed-on: https://codeberg.org/CRXN/docs/pulls/24
This commit is contained in:
Marek Küthe 2023-01-08 12:47:47 +00:00
commit afb18d0300
2 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,6 @@
# Implement max-len filter
To implement a max-length filter, we need a rule/policy/filter file that contains the corresponding prefixes with their maximum length. The entitydb contains a bash script `build_maxlen_filter.sh` for this purpose. If you run this script with the argument `babeld`, you will get a babeld-compatible list.
This list can now be inserted into the configuration file instead of `in ip fd00::/8 le 64 ge 44 allow`. It is recommended to automate this process.

View File

@ -10,3 +10,4 @@
## babeld
- [Setting up Babeld](babeld/babeld)
- [max-len filter in babeld](babeld/maxlen-filter)