summaryrefslogtreecommitdiffstats
path: root/rules/nftables.make
Commit message (Collapse)AuthorAgeFilesLines
* CREDITS: remove unmaintained fileRoland Hieber2019-07-031-2/+0
| | | | | | | | | | | | | | | This file has been touched 2 times in the last 7 years, and is no longer up to date. Remove it to carry less unmaintained stuff around. Also remove all references to it from file headers using for file in `g grep -l 'See CREDITS for details about who has'`; do sed -i '/See CREDITS for details about who has/,+1d' $file done as well as the different wording from rules/other/Toplevel.make. Signed-off-by: Roland Hieber <rhi@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* nftables: Add license file hashAlexander Dahl2019-05-291-0/+1
| | | | | Signed-off-by: Alexander Dahl <ada@thorsis.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* nftables: add option for installing systemd unitBaeuerle, Florian2019-04-051-0/+6
| | | | | | | | | Allow installing a systemd unit for loading the nftables configuration file. The systemd unit is taken from Arch Linux. Signed-off-by: Florian Bäuerle <florian.baeuerle@allegion.com> Acked-by: Alexander Dahl <post@lespocky.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* nftables: Add bbinit startscriptAlexander Dahl2018-04-101-0/+11
| | | | | | For loading your packet filter rules on system startup. Signed-off-by: Alexander Dahl <ada@thorsis.com>
* nftables: Add example config fileAlexander Dahl2018-04-091-0/+1
| | | | | | | | | 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 <ada@thorsis.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* nftables: Upgrade from v0.6 to v0.8.3Alexander Dahl2018-04-041-10/+7
| | | | | | | | | | | | | | | | | | | | | | 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, got it from http://patchwork.ozlabs.org/patch/894947/ ) For details on new version see announcements: * v0.7: http://lists.netfilter.org/pipermail/netfilter-announce/2016/000222.html * v0.8: http://lists.netfilter.org/pipermail/netfilter-announce/2017/000225.html * v0.8.1: http://lists.netfilter.org/pipermail/netfilter-announce/2018/000227.html * v0.8.2: http://lists.netfilter.org/pipermail/netfilter-announce/2018/000229.html * v0.8.3: https://marc.info/?l=netfilter&m=152009279821556 Signed-off-by: Alexander Dahl <ada@thorsis.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* update all spdx license identifier to the new versionMichael Olbrich2018-03-121-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* nftables: bump version to 0.6 and remove "depends on BROKEN" for built-in GMPAndreas Geisenhainer2016-06-151-2/+2
| | | | | Signed-off-by: Andreas Geisenhainer <Andreas.Geisenhainer@atsonline.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* nftables: adds new package nftables in version 0.5Andreas Geisenhainer2016-04-121-0/+67
- nftables is the replacement for iptables, arptables, ebtables Signed-off-by: Andreas Geisenhainer <Andreas.Geisenhainer@atsonline.de> [mol: add environment to avoid building docs] Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>