ABC

Results 176 comments of ABC

Can you try to build from the latest git head?

Thanks. I will look into it later.

Preferable method of detecting iptables lib dir is `pkg-config --variable=xtlibdir xtables`. ``` pkg-config for version 1.8.4 (nf_tables) exists: No (reported: 1.8.4) ``` This looks like pkg-config failure. Looks like `pkg-config...

Ah, `1.8.4 (nf_tables)` is a version string reported from `iptables -V`. ``` ii iptables 1.8.4-3 ii nftables 0.9.4-1 ``` Does `nftables` replace `iptables` bin somehow?

You, probably, should set via `alternatives` to use `iptables-legacy` bin as `iptables`.

I'm not against patching `configure` so it behaves more like autoconf's. But, these lines look certainly wrong: ``` Iptables include flags: -I${prefix}/include (user specified) Iptables module path: /usr/${prefix}/lib/x86_64-linux-gnu/xtables (user specified)...

As far as I know, nftables is not extensible.

Well, if you (or someone else) find a way (or example how) to extend `nftables`, please send!

@q2dg Thanks. That's interesting. But he still patch `libnftnl` and `nftables` userspace to support new statement.