Skip to content

3.5.2.4 Ensure a nftables table exists

Audit#

Run the following command to verify that a nftables table exists:

# nft list tables

Return should include a list of nftables:

Example:

table inet filter

Remediation#

Run the following command to create a table in nftables

# nft create table inet <table name>

Example:

# nft create table inet filter