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 init script for bbinit and the necessary
adaptions to the rule files.

Tested with OSELAS.Toolchain-2014.12.3/arm-v5te-linux-gnueabi and
ptxdist 2017.09.0 on an at91sam9g20 based board.

This supersedes the series '[PATCH 0/2] nft: Upgrade' from earlier
this week.

Greets
Alex

---
v1 -> v2:
  * Added three additional patches not included in v1 of the series

Alexander Dahl (5):
  libnftnl: Upgrade from 1.0.6 to 1.0.9
  nftables: Upgrade from v0.6 to v0.8.3
  nftables: Fix Vim modelines
  nftables: Add example config file
  nftables: Add bbinit startscript

 ...on-t-enable-xtables-when-without-xtables-.patch |  32 +++++++
 patches/nftables-0.8.3/autogen.sh                  |   1 +
 patches/nftables-0.8.3/series                      |   4 +
 projectroot/etc/init.d/nftables                    | 103 +++++++++++++++++++++
 projectroot/etc/nftables.conf                      |  15 +++
 rules/libnftnl.in                                  |   6 --
 rules/libnftnl.make                                |   5 +-
 rules/nftables-bbinit.in                           |   9 ++
 rules/nftables.in                                  |   7 +-
 rules/nftables.make                                |  31 ++++---
 10 files changed, 192 insertions(+), 21 deletions(-)
 create mode 100644 
patches/nftables-0.8.3/0001-configure-don-t-enable-xtables-when-without-xtables-.patch
 create mode 120000 patches/nftables-0.8.3/autogen.sh
 create mode 100644 patches/nftables-0.8.3/series
 create mode 100644 projectroot/etc/init.d/nftables
 create mode 100755 projectroot/etc/nftables.conf
 create mode 100644 rules/nftables-bbinit.in

-- 
2.11.0


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

Reply via email to