Update
parent
9c129e6d80
commit
50de5b9386
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 0a39004d06605ac9b8f825b2dac382bdea099862
|
|
@ -1,7 +1,9 @@
|
||||||
function is_peer_route() {
|
function is_peer_route() {
|
||||||
if (LOCAL_ASN, 110, 0) ~ bgp_large_community then return false;
|
if (LOCAL_ASN, 110, 0) ~ bgp_large_community then return false;
|
||||||
if (LOCAL_ASN, 110, 10) ~ bgp_large_community then return false;
|
if (LOCAL_ASN, 110, 10) ~ bgp_large_community then return false;
|
||||||
if !pub_is_downstream_route() then return false;
|
if bgp_path ~ [ 7018, 3320, 3257, 6830, 3356, 2914, 5511, 3491, 1239, 6453, 6762, 1299, 12956, 701, 6461, 174, 6939] then {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -19,6 +21,7 @@ function direct_peer_export_filter(int ASN) {
|
||||||
pub_process_path();
|
pub_process_path();
|
||||||
if !is_valid() then return false;
|
if !is_valid() then return false;
|
||||||
if !is_peer_route() then return false;
|
if !is_peer_route() then return false;
|
||||||
|
if !pub_is_downstream_route() then return false;
|
||||||
pub_add_communities(ASN, 30);
|
pub_add_communities(ASN, 30);
|
||||||
if pub_process_communities(ASN, 0) then return true;
|
if pub_process_communities(ASN, 0) then return true;
|
||||||
else return false;
|
else return false;
|
||||||
|
|
|
@ -4,12 +4,12 @@
|
||||||
|
|
||||||
[![Build Status](https://ci.186526.xyz/api/badges/186526/net186-config/status.svg)](https://ci.186526.xyz/186526/net186-config)
|
[![Build Status](https://ci.186526.xyz/api/badges/186526/net186-config/status.svg)](https://ci.186526.xyz/186526/net186-config)
|
||||||
![Bird Version Needed](https://img.shields.io/badge/bird-%3E%3D%202.0.8-blue)
|
![Bird Version Needed](https://img.shields.io/badge/bird-%3E%3D%202.0.8-blue)
|
||||||
[![status](https://img.shields.io/badge/status-operational-sucess)](https://net.status.186526.eu.org/)
|
[![status](https://img.shields.io/badge/status-operational-sucess)](https://uptime.186526.net)
|
||||||
[![looking-glass](https://img.shields.io/badge/looking%20glass-available%20at%20lg.186526.net-blue)](https://lg.186526.net/)
|
[![looking-glass](https://img.shields.io/badge/looking%20glass-available%20at%20lg.186526.net-blue)](https://lg.186526.net/)
|
||||||
|
|
||||||
- AS200536
|
- AS200536, aka Sunoaki Network
|
||||||
- Experimental global network
|
- Experimental global network
|
||||||
- Operated by 186526 [@real186526](https://t.me/real186526)
|
- Operated by 186526 (Bo Xu) [@real186526](https://t.me/real186526), sponsored by Sunoaki Network LLC.
|
||||||
|
|
||||||
## Peering
|
## Peering
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue