From 0299c39083aeb93d6a4a10ca2fd22d5a7b7c47ff Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Mon, 20 Apr 2020 22:19:04 +0200 Subject: [PATCH] add descriptions --- protocols/ripe-rcc.conf | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/protocols/ripe-rcc.conf b/protocols/ripe-rcc.conf index a920584..23f370b 100644 --- a/protocols/ripe-rcc.conf +++ b/protocols/ripe-rcc.conf @@ -19,15 +19,19 @@ template bgp ripe_rcc_v6 { ipv6 { table ebgp_v6; - import all where net ~ ripe_rcc_beacons_v6; + import where net ~ ripe_rcc_beacons_v6; export all; }; } protocol bgp ripe_rrc12_v4 from ripe_rcc_v4 { + description "RIPE RIS Route Collector RRC12 (v4)"; + neighbor 80.81.192.152; } protocol bgp ripe_rrc12_v6 from ripe_rcc_v6 { + description "RIPE RIS Route Collector RRC12 (v6)"; + neighbor 2001:7f8::316e:0:1; }