Skip to content

4.3.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