Louis

Results 28 issues of Louis

More dynamic, handle any structure, can set the field name based on a tag name (eg: json)

format

Improve the binding URI with `?count=N` argument. Example to create 4 sFlow sockets ```bash $ ./goflow2 -listen 'sflow://:6343?count=4' ``` Previously, the user would have to do: ```bash $ ./goflow2 -listen...

enhancement

Opening an issue to jot down a few ideas. I think a refactor is going to be necessary, not super satisfied how samples are processed anymore. Use-cases have changed over...

format
transport

Closes #105 Certain devices send a single template for both IPv4 and IPv6 traffic. This checks for length of the address before setting the protobuf field. In the case where...

bug
proto

Right now 3 fields in the protobuf are allocated. Should change into a list. Could also embed the exp/s flags.

enhancement
ipfix
sflow

* Abstraction to allow custom template storage (eg: file, redis, http...) * Works similarly to Transport and Format This is a WIP. Will require Listing the templates (eg: providing an...

ipfix

* Expands reuseport to have multiple threads consuming within GoFlow (it was only possible for multiple processes and would work on sFlow)

Per https://goreportcard.com/report/github.com/cloudflare/gortr, the code could have optimizations.