4.8.5 TO 5.0.0

This commit is contained in:
STE87
2025-09-17 18:13:01 +08:00
commit 6799eca3d7
19 changed files with 374 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
protocol bgp AS210440_v6 from tixp {
local 2a14:67c1:a080::571 as 151194;
neighbor 2a14:67c1:a080::1 as 210440;
multihop 2;
ipv6 {
next hop self;
};
}
+4
View File
@@ -0,0 +1,4 @@
protocol bgp AS47498_v6 from tixp {
local 2001:7f8:ca:1::15:1194:1 as 151194;
neighbor 2001:7f8:ca:1::111 as 47498;
}