From 6aa3de797c02aba1007b26266067db17b54bff3b Mon Sep 17 00:00:00 2001 From: Matthias Hannig Date: Sat, 22 Sep 2018 17:22:57 +0200 Subject: [PATCH] added configuration for RPKI filter --- etc/alicelg/alice.example.conf | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/etc/alicelg/alice.example.conf b/etc/alicelg/alice.example.conf index 9d380bf..d24f485 100644 --- a/etc/alicelg/alice.example.conf +++ b/etc/alicelg/alice.example.conf @@ -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]