====== Nftables ====== ===== Загальна інформація ===== **table** refers to a container of chains with no specific semantics. **chain** within a table refers to a container of rules. **rule** refers to an action to be configured within a chain. Правила зчитуються із файла ///etc/nftables.conf// ===== Як переглянути ===== Показати всі правила: nft list ruleset Показати всі таблиці: nft list tables Показати таблицю //filter// (всі ланцюжки): nft list table inet filter Показати ланцюжок //input// таблиці //filter//: nft list chain inet filter input