Michel Machado
Michel Machado
Gatekeeper is receiving `45.195.205.1/32` as a regular route. Could you verify how these blackhole routes are listed on your routers? For example, what are their gateways? I don't have enough...
I'm in the middle of upgrading Gatekeeper v1.2 to DPDK v23.11. Once I finish this upgrade, the workaround you tried will work.
Hi @ShawnLeung87, `program_index=1` means that `declined.bpf` is associated with that flow, so Gatekeeper must drop all those packets. You can find the program indexes in the file`lua/gk.lua`. Could you check...
I need to finish my ongoing DPDK port before looking at this issue. I'll report back later.
> The display status of the network card is different from that of version 1.1.0, and it is displayed as unknown. Normally it should show up Gatekeeper v1.2 uses a...
> > Hi @ShawnLeung87, > > `program_index=1` means that `declined.bpf` is associated with that flow, so Gatekeeper must drop all those packets. You can find the program indexes in the...
> The failed test scenario is that both input and output packets pass through the gatekeeper. Error log that appears > > ``` > Main/0 2024-03-21 01:27:19 NOTICE ipv4_flow_add(back, DstIP=10.0.2.1...
Branch `v1.2.0-dev` is now running with DPDK 23.11. So once you update your local Gatekeeper repository, make sure that you update your local copy of DPDK and compile it again.
I recommend setting `flow_ht_size` to `200000000` while I work on the memory issue, so you can continue with your tests.
Extending the cookie of the BPFs is outside our short-term roadmap. I recommend you make a case for why the BPF cookie should be extended. I'm not aware of which...