Shivang K Raghuvanshi

Results 13 comments of Shivang K Raghuvanshi

Hey @Luap99 @mheon , the netlink attribute required for setting `IFLA_BRPORT_ISOLATED = 1` is not implemented yet in netlink-packet-route: https://docs.rs/netlink-packet-route/latest/netlink_packet_route/link/enum.LinkProtoInfoBridge.html Basically what we have to do is: 1) Header -...

Hi, Is implementing BPF (Berkeley Packet Filter) as in-kernel filtering mechanism for conntrack events in the scope here? My reading of the issue makes me think the goal is just...

The unit tests seem to be failing because conntrack-tools is not installed in CI/CD

Finished writing the integration tests for flushing conntrack entries. Question: Is it possible to install conntrack-tools in the CI/CD test environment? conntrack-tools is needed for some of the unit tests....

I moved the conntrack entries flushing code to the end of all setup_port_forward and teardown_port_forward functions, instead of keeping it at the start, to avoid a potential race condition where...

I have no idea why the `firewalld: receive udp traffic with pre-existing stale conntrack entry (range)` test is failing even after successfully the flushing the conntrack entries. IDK why socat...

> Forgot to say overall great work! Thanks! The appreciation from you and Matt really keeps my motivation and confidence high

It's extremely weird that the `firewalld: receive udp traffic with pre-existing stale conntrack entry (range)` integration test passes when I change the container_port from 8081 to 8080. This passes successfully:...