Louis

Results 206 comments of Louis

@vigodeltoro > BTW: What is the worker parameter in detail ? The documentation is not really clear about that parameter .. ? I use a worker pool design where a...

Hi @Ishmeet, Thank you for the contribution! Need to double check that a truncated packet does not raise a panic Have you tried also with custom mapping? I'm not super...

Are you able to use the v2? The following PR adds the ability to decode IPIP with custom mapping https://github.com/netsampler/goflow2/pull/235 One of the change in the custom mapping is the...

@Ishmeet I made a refactor in #342. You should be able to decode IPIP with the following YAML mapping: ```yaml formatter: fields: # inner ipip - inner_src_addr - inner_dst_addr key:...

Following #342 I think this can be closed.

I think that creates a dependency on DNS and does not track well changes to it (or would create the assumption you just need to update the SRV for GoFlow2...

Would you be able to test the version in #342 using the following mapping file: `goflow2 -mapping=mapping_srv6.yaml` where `mapping_srv6.yaml` is: ```yaml formatter: fields: - type - time_received_ns - sequence_num -...

#342 was merged. Will likely close this one

I'm missing a lot of information to be able to help Did you increase the number of workers? Does `htop`/`uptime` show heavy CPU usage?

A small bug with the count of workers is being fixed https://github.com/netsampler/goflow2/pull/323#issue-2304699338