3.4.3.8 Ensure nftables service is enabled and active
Information
The nftables service allows for the loading of nftables rulesets during boot, or starting on the nftables service The nftables service restores the nftables rules from the rules files referenced in the /etc/sysconfig/nftables.conf file during boot or the starting of the nftables service
Solution
Run the following commands to unmask, enable and start nftables.service : # systemctl unmask nftables.service # systemctl --now enable nftables.service