更新IXP配置
This commit is contained in:
@@ -1,9 +1,3 @@
|
||||
function is_self_net() {
|
||||
return net ~ [
|
||||
44.32.191.0/24
|
||||
];
|
||||
}
|
||||
|
||||
protocol static route_int_export_v4 {
|
||||
route 44.32.191.0/24 reject;
|
||||
ipv4 {
|
||||
@@ -18,12 +12,6 @@ protocol static route_int_export_v4 {
|
||||
};
|
||||
}
|
||||
|
||||
function is_self_net_v6() {
|
||||
return net ~ [
|
||||
2406:840:e600::/44{44,48}
|
||||
];
|
||||
}
|
||||
|
||||
protocol static route_int_export_v6 {
|
||||
route 2406:840:e602::/48 reject;
|
||||
route 2406:840:e604::/48 reject;
|
||||
|
||||
Reference in New Issue
Block a user