Re: [PATCH bpf-next v2 12/13] bpfilter: Add filter table
From: Alexei Starovoitov <hidden>
Date: 2021-08-31 15:46:04
Also in:
netdev
From: Alexei Starovoitov <hidden>
Date: 2021-08-31 15:46:04
Also in:
netdev
On Tue, Aug 31, 2021 at 5:52 AM Dmitrii Banshchikov [off-list ref] wrote:
Is it ok to add an external dependency to tests? The unit test will need to execute iptables binary.
Ideally not, but sometimes it's unavoidable. iptables cmd is generally available. selftests/bpf already have few tests that shell out to it. They're not part of test_progs though.