We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Example message that fails AS paths parsing:
A|1730905907.15|187.16.216.121|42473|52.129.48.0/24|42473 16735 53764 {395968}|INCOMPLETE|187.16.216.121||0|16735:5 16735:6102 47147:1502 47147:2002 47147:2104 47147:2300 47147:2405 47147:2604|false|53764|172.16.17.129
For the cases of AS_SET being a single ASN, we should probably handle it. See to_u32_vec_opt function here:
to_u32_vec_opt
bgpkit-parser/src/models/bgp/attributes/aspath.rs
Lines 691 to 696 in dd12dd7
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Example message that fails AS paths parsing:
For the cases of AS_SET being a single ASN, we should probably handle it. See
to_u32_vec_opt
function here:bgpkit-parser/src/models/bgp/attributes/aspath.rs
Lines 691 to 696 in dd12dd7
The text was updated successfully, but these errors were encountered: