Re: [ptxdist] [PATCH v2 2/5] nftables: Upgrade from v0.6 to v0.8.3

2018-04-06 Thread Alexander Dahl
Hello, Am Freitag, 6. April 2018, 11:07:27 CEST schrieb Alexander Dahl: > Support for the new option --with-xtables is not included. The > additional patch is necessary to successfully call configure with > --without-xtables for a setup without iptables. (Patch is currently > under review

[ptxdist] [PATCH v2 2/5] nftables: Upgrade from v0.6 to v0.8.3

2018-04-06 Thread Alexander Dahl
Options for configure were reviewed, docs can now be disabled with switches. Support for the new option --with-xtables is not included. The additional patch is necessary to successfully call configure with --without-xtables for a setup without iptables. (Patch is currently under review upstream,

[ptxdist] [PATCH v2 0/5] netfilter: Upgrades and autostart

2018-04-06 Thread Alexander Dahl
Hei hei, this series has upgrades for nftables and libnftnl. This was necessary here, because nft v0.6 could not import rulesets dumped with `nft list ruleset > myruleset` again with `nft -f myruleset`. With nft v0.8.3 I can successfully import those packet filter rules. Also included: a new

[ptxdist] [PATCH v2 5/5] nftables: Add bbinit startscript

2018-04-06 Thread Alexander Dahl
For loading your packet filter rules on system startup. Signed-off-by: Alexander Dahl --- projectroot/etc/init.d/nftables | 103 rules/nftables-bbinit.in| 9 rules/nftables.in | 4 ++ rules/nftables.make

[ptxdist] [PATCH v2 1/5] libnftnl: Upgrade from 1.0.6 to 1.0.9

2018-04-06 Thread Alexander Dahl
The upgrades include support for newer kernel features and bugfixes. This is a dependency for nftables 0.8.3. See the announcements for details: * 1.0.7: https://lists.netfilter.org/pipermail/netfilter-announce/2016/000221.html * 1.0.8:

[ptxdist] [PATCH v2 4/5] nftables: Add example config file

2018-04-06 Thread Alexander Dahl
This adds only empty chains, but it will be needed for the bbinit startscript not to fail. User will probably overwrite it with something more useful. Signed-off-by: Alexander Dahl --- projectroot/etc/nftables.conf | 15 +++ rules/nftables.make | 1 + 2

[ptxdist] [PATCH v2 3/5] nftables: Fix Vim modelines

2018-04-06 Thread Alexander Dahl
* Add line in kconfig rule * Fix line in make rule Signed-off-by: Alexander Dahl --- rules/nftables.in | 3 ++- rules/nftables.make | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/rules/nftables.in b/rules/nftables.in index 0377e731c1..be7fca1fa0