traffico icon indicating copy to clipboard operation
traffico copied to clipboard

Shape your traffic the BPF way

Results 10 traffico issues
Sort by recently updated
recently updated
newest added

Who wants to write some YAML? 🤣

I'd like to have a way for TC BPF classifiers to be configured at runtime. This can be very useful for parametrized programs. For example, the `block_ip` would benefit from...

I can't build traffico-cni because of a compilation issue with libbpf, opening it here to track. ``` + /usr/bin/xmake -y -b traffico-cni checking for platform ... linux checking for architecture...

Signed-off-by: Leo Di Donato The current `xmake` version (2.8.1) contains a regression in their autoconf module that does not let us (or anybody) build `elfutils` properly from their official xmake...

I get this error while compiling traffico with xmake. ``` method 'fetch' is not callable (a nil value) ``` I made a repro xmake.lua for testing ```lua -- xmake.lua add_rules("mode.debug",...

``` root@linux:~/traffico# xmake f --generate-vmlinux=y error: cannot import module: main, not found! ``` Can anyone tell how to solve this build error? thanks