]> git.ipfire.org Git - thirdparty/nftables.git/commit
files: restore base table skeletons
authorFlorian Westphal <fw@strlen.de>
Sun, 6 May 2018 19:44:56 +0000 (21:44 +0200)
committerFlorian Westphal <fw@strlen.de>
Tue, 8 May 2018 12:14:09 +0000 (14:14 +0200)
commit13535a3b40b625f0a98e87a1324715cc6491d738
tree66b865df0d4249d7d52a1e89c7930bcec66e3f2f
parent3f82ef3d0dbf2788fd24ecb20299f99c190ea7ec
files: restore base table skeletons

nftables releases until 0.8.2 included base skeleton hooks
that were installed into /etc/nftables (sysconfdir).

With 0.8.3 and newer these files were moved to the documentation
area but apparently some users expect them to be there.

Resurrect them.

Signed-off-by: Florian Westphal <fw@strlen.de>
16 files changed:
Makefile.am
configure.ac
files/Makefile.am [new file with mode: 0644]
files/nftables/Makefile.am [new file with mode: 0644]
files/nftables/all-in-one.nft [moved from files/examples/families_and_hooks.nft with 88% similarity]
files/nftables/arp-filter.nft [moved from files/examples/arp-filter.nft with 87% similarity]
files/nftables/bridge-filter.nft [moved from files/examples/bridge-filter.nft with 91% similarity]
files/nftables/inet-filter.nft [moved from files/examples/inet-filter.nft with 90% similarity]
files/nftables/ipv4-filter.nft [moved from files/examples/ipv4-filter.nft with 90% similarity]
files/nftables/ipv4-mangle.nft [moved from files/examples/ipv4-mangle.nft with 79% similarity]
files/nftables/ipv4-nat.nft [moved from files/examples/ipv4-nat.nft with 92% similarity]
files/nftables/ipv4-raw.nft [moved from files/examples/ipv4-raw.nft with 87% similarity]
files/nftables/ipv6-filter.nft [moved from files/examples/ipv6-filter.nft with 90% similarity]
files/nftables/ipv6-mangle.nft [moved from files/examples/ipv6-mangle.nft with 80% similarity]
files/nftables/ipv6-nat.nft [moved from files/examples/ipv6-nat.nft with 93% similarity]
files/nftables/ipv6-raw.nft [moved from files/examples/ipv6-raw.nft with 88% similarity]