Skip to content

Commit

Permalink
contrib/check-config: check for xt_bpf
Browse files Browse the repository at this point in the history
We omit xt_u32 as it's optional; since we will remove support for this
module in the future, it's simpler to check for xt_bpf, which will
become the new baseline.

Related issues:
* microsoft/WSL#10029 (comment)
* docker/for-win#13450 (comment)

Signed-off-by: Bjorn Neergaard <[email protected]>
  • Loading branch information
neersighted committed Jun 3, 2023
1 parent 4d34c1c commit 1910fdd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contrib/check-config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ check_flags \
VETH BRIDGE BRIDGE_NETFILTER \
IP_NF_FILTER IP_NF_TARGET_MASQUERADE \
NETFILTER_XT_MATCH_ADDRTYPE \
NETFILTER_XT_MATCH_BPF \
NETFILTER_XT_MATCH_CONNTRACK \
NETFILTER_XT_MATCH_IPVS \
NETFILTER_XT_MARK \
Expand Down

0 comments on commit 1910fdd

Please sign in to comment.