feat(irr-filter): allow RADB
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-12-17 00:12:00 +08:00
parent 3f59afd16c
commit c0d6d7cdf3
3 changed files with 9 additions and 12 deletions

View File

@ -1,8 +1,8 @@
# Example:
# define DOWNSTREAM_ASN = [ 200536 ];
# use bgpq4 generate this file:
# echo "define $(bgpq4 -tbl DOWNSTREAM_ASN AS-NET186 -S RIPE,ARIN,APNIC,AFRINIC,LACNIC -L 6)" > util/irr-filter.conf
# echo "define $(bgpq4 -6bl DOWNSTREAM_PREFIXES AS-NET186 -S RIPE,ARIN,APNIC,AFRINIC,LACNIC,RPKI -A -R48)" >> util/irr-filter.conf
# echo "define $(bgpq4 -tbl DOWNSTREAM_ASN AS-NET186 -S RIPE,ARIN,APNIC,AFRINIC,LACNIC,RADB -L 6)" > util/irr-filter.conf
# echo "define $(bgpq4 -6bl DOWNSTREAM_PREFIXES AS-NET186 -S RIPE,ARIN,APNIC,AFRINIC,LACNIC,RPKI,RADB -A -R48)" >> util/irr-filter.conf
define DOWNSTREAM_ASN = [ 200536 ];