# knft-list-rules ```text usage: knft-list-rules [-h] [--nsid NSID] [table_family] [table_name] [chain_name] ``` Dump netfilter rules form a specific chain ### Positional arguments |Positional Argument|Help| | :--- | :--- | |table_family|Table family, eg: inet, ip, ip6, netdev, bridge, arp| |table_name|Table name| |chain_name|Chain name| ### Optional arguments |Short|Long|Help| | :--- | :--- | :--- | |-h|--help|show this help message and exit| |-n|--nsid|Network Namespace ID|