Fix order of rules in filter{6,}.txt

This commit is contained in:
jrb0001 2019-06-02 15:57:16 +02:00
parent 4f7678885d
commit 95e8d3f121
2 changed files with 19 additions and 13 deletions

View file

@ -10,8 +10,11 @@
# /^[0-9]/ && $2 ~ /permit/ {printf " %s{%s,%s},\n", $3, $4, $5};' | \
# sed "$ s/,$/\n ];\n}/"
# The rules MUST be sorted by the number column first and then the first matching rule MUST be used. # ROAs MUST be checked against these rules and max-length of the ROA NUST NOT be longer than allowed by the matching rule.
# Nr Action Prefix MinLen MaxLen # Comment
0010 deny fc00::/8 8 128 # ULA (undefined)
0011 permit fd00::/8 44 64 # ULA (defined)
1001 permit fd00::/8 44 64 # ULA (defined)
9999 deny ::/0 0 128 # block the rest