remove le as it seems babeld does not handle it correctly

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

View File

@ -23,7 +23,7 @@ for file in *.json; do
if [ "$1" == "bird" ]; then
filter="$filter$prefix{$prefixlen,$maxlen},\n"
elif [ "$1" == "babeld" ]; then
filter="$filter \bin ip $prefix ge $prefixlen le $maxlen allow\n"
filter="$filter \bin ip $prefix ge $maxlen allow\n"
fi
done
done