Crates.io | delegation-feed |
lib.rs | delegation-feed |
version | 0.2.0 |
source | src |
created_at | 2024-09-10 06:25:50.517523 |
updated_at | 2024-09-10 17:19:57.375905 |
description | Fetch and parse RIR delegation files and feed the data through BGP |
homepage | |
repository | https://github.com/myzhang1029/pabgp |
max_upload_size | |
id | 1370088 |
size | 64,721 |
Fetch and parse RIR delegation files and feed the data through BGP.
This project is inspired by cn-routefeed
and includes support for all countries and RIRs, as well as more modern BGP features
like 4-octet ASNs and IPv6 thanks to paBGP.
It is also free from cn-routefeed
's memory leaks and segfaults thanks to Rust.