|
@@ -59,10 +59,12 @@ template bgp tpl_ldn {
|
|
|
export where bgp_export(60197,"full");
|
|
|
}
|
|
|
|
|
|
-protocol bgp member_ldn_cannibalon from tpl_ldn {
|
|
|
+protocol bgp member_ldn1 from tpl_ldn {
|
|
|
+ # cannibalon
|
|
|
neighbor 2001:910:0:171::197 as 60197;
|
|
|
}
|
|
|
-protocol bgp member_ldn_eternium from tpl_ldn {
|
|
|
+protocol bgp member_ldn2 from tpl_ldn {
|
|
|
+ # eternium
|
|
|
neighbor 2001:910:0:171::198 as 60197;
|
|
|
}
|
|
|
|