solve merge conflict

Signed-off-by: Marek Küthe <m.k@mk16.de>
This commit is contained in:
Marek Küthe 2023-01-29 15:23:35 +01:00
commit 53fca6a793
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 le $maxlen allow\n"
filter="${filter}in ip $prefix le $maxlen allow\n"
fi
done
done