mirror of
https://git.dn42.dev/dn42/registry.git
synced 2025-07-20 09:26:59 +08:00
Fix order of rules in filter{6,}.txt
This commit is contained in:
parent
4f7678885d
commit
95e8d3f121
2 changed files with 19 additions and 13 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue