added configuration for RPKI filter
This commit is contained in:
parent
5c9543f4d7
commit
6aa3de797c
@ -45,6 +45,12 @@ load_on_demand = true # Default: false
|
||||
6 = The Sender has set (peerRTTHigherDeny:ms) and the targets RTT ms >= then the ms in the community
|
||||
7 = The Sender has set (peerRTTLowerDeny:ms) and the targets RTT ms <= then the ms in the community
|
||||
|
||||
[rpki]
|
||||
valid = 23042:1000:0
|
||||
unknown = 23042:1000:1
|
||||
invalid = 23042:1101:15
|
||||
|
||||
|
||||
# Define Known Bgp Communities
|
||||
[bgp_communities]
|
||||
1:23 = some tag
|
||||
@ -103,7 +109,7 @@ routeserver.name = RS
|
||||
|
||||
[source.0]
|
||||
name = rs1.example.com (IPv4)
|
||||
asn = 99999
|
||||
asn = 99999 # optional
|
||||
blackholes = 10.23.6.666, 10.23.6.665
|
||||
|
||||
[source.0.birdwatcher]
|
||||
|
Loading…
x
Reference in New Issue
Block a user