Maxou
Maxou
@hypherionmc no worries, thanks for the hard work! just giving some alternatives in the meantime 🙂
> it's already possible but only in text form by going to /channel/channelName (eg https://logs.ivr.fi/channel/forsen). you can also get it in json format by adding `?json=` at the end of...
a collector crafting the response bgp open. we craft another bgp open and clone the capabilities but we need to set all the addpath caps to receive-only https://github.com/network-analytics/pmacct-gauze/blob/870bb681af252f39ad56dc7daa79bec5eaa204ec/crates/pmacct-gauze-lib/src/capi/bgp/open.rs#L201C1-L227C7 actually i...
why are you avoiding mutability on the packets ?
Hey! > * I'm not sure if exposing the ID of each item is a good idea as any change on those IDs could cause unexpected breaking changes for folks...
> But you still have the original C/C++ name of the type, right? Although name-based logic is usually easy to break, specially when some types don't even have a name...
Hi @pvdrz I think I'm done with the core code of this PR. Let me know what you think :) Now, for the testing, I'm not really sure how to...
I added an example of what I think tests for this feature could look like. I am not sure if the names like `_bindgen_ty_1` are guaranteed to be stable so...
Hey @paololucente I think you could avoid a malloc/free by replacing the char *bmp_rib_type with a char bmp_rib_type[128] that you pass to the bmp_rib_type_print function :)
Right, I didn't think about parallelization, though I think it wouldn't be an issue if you use stack allocated (but non-static) arrays. The length can be a future bug if...