Mingwei Zhang

Results 28 comments of Mingwei Zhang

Hey @haormj , here is what I did: Download the `ob-go.el`, add the following line to my emacs configuration: ``` (load-file "~/.dotfiles/ob-go.el") ``` I uses Spacemacs, thus this line is...

> @dteach-rv > > 1. Does that mean that in essence all (recent?) RouteViews files are malformed? If so, is there a way to still parse them? Even if the...

Thanks for the detailed reply! Your discussion on IPv4 and IPv6 is very enlightening! On the topic of detecting add-path, I am now convinced that detecting IPv4 can be implemented...

> In IPv4, one can differentiate because the possible lengths of the NLRI are between 2 and 5 octets without add-path, and between 6 and 9 octets with add-path. This...

Is there a Maven config example for fixing it?

Per-peer-flag is already implemented for LocalRIB:[https://github.com/bgpkit/bgpkit-parser/blob/6a3bca1ac307abd094e42ea44d97cd2d3d553983/src/parser/bmp/messages/headers.rs#L137-L140](https://github.com/bgpkit/bgpkit-parser/blob/6a3bca1ac307abd094e42ea44d97cd2d3d553983/src/parser/bmp/messages/headers.rs#L137-L140)

> Due to the size of these changes, it may be better to split the `AsPath` storage into its own pull request. > > In fact, considering the amount of...

EDIT: Added back in PR #127 Can we add back the previously available `.to_u32_vec` function? Or you've added something equivalent to quickly get a Vec from a given AS path...