Victor Julien

Results 133 comments of Victor Julien

With a hack to the code I can make this work with Suricata on a local `veth` pair. If there is interest I can do a PR.

> @victorjulien Is there an advantage to using a `veth` type interface rather than a `dummy`? I don't know, I can revisit dummy as well. I tried many things to...

I can confirm dummy works as well.

Merged in #7839, thanks!

Replaced by #7719

Nice! Any thoughts on how to make sure any built-in default goes through the proper API?

Merged in #7774, thanks!

I wonder if this actually works with our CI check. I *think* that checks each commit.

pfring ``` runmode-pfring.c: In function 'OldParsePfringConfig': runmode-pfring.c:114:17: error: implicit declaration of function 'StringParseInt32' [-Werror=implicit-function-declaration] 114 | if (StringParseInt32(&pfconf->threads, 10, 0, threadsstr) < 0) { | ^~~~~~~~~~~~~~~~ runmode-pfring.c: In function 'ParsePfringConfig':...