diff --git a/nftables.conf b/nftables.conf index 5f602ac..b2d226d 100644 --- a/nftables.conf +++ b/nftables.conf @@ -1,14 +1,17 @@ # -# This this will contain your nftables rules and +# This file will contain your nftables rules and # is read by the systemd service when restarting # # These provide an iptables like set of filters # (uncomment to include) +# include "/etc/nftables/arp-filter.nft" # include "/etc/nftables/bridge-filter.nft" # include "/etc/nftables/inet-filter.nft" # include "/etc/nftables/ipv4-filter.nft" # include "/etc/nftables/ipv4-mangle.nft" # include "/etc/nftables/ipv4-nat.nft" +# include "/etc/nftables/ipv4-raw.nft" # include "/etc/nftables/ipv6-filter.nft" # include "/etc/nftables/ipv6-mangle.nft" # include "/etc/nftables/ipv6-nat.nft" +# include "/etc/nftables/ipv6-raw.nft" diff --git a/nftables.spec b/nftables.spec index b6c7ca2..6559075 100644 --- a/nftables.spec +++ b/nftables.spec @@ -3,7 +3,7 @@ Name: nftables Version: 0.9.1 #Release: 0.1.%%{snapdate}git%%{?dist} -Release: 1%{?dist} +Release: 2%{?dist} # Upstream released a 0.100 version, then 0.4. Need Epoch to get back on track. Epoch: 1 Summary: Netfilter Tables userspace utillites @@ -100,6 +100,9 @@ chmod 700 $RPM_BUILD_ROOT/%{_sysconfdir}/nftables %{_includedir}/nftables/libnftables.h %changelog +* Fri Jun 28 2019 Kevin Fenzi - 0.9.1-2 +- Add some filters to nftables.conf + * Tue Jun 25 2019 Kevin Fenzi - 0.9.1-1 - Update to 0.9.1. Fixes bug #1723515