add descriptions
This commit is contained in:
parent
d4b840dd27
commit
0299c39083
1 changed files with 5 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue