ipset_list is a wrapper script for listing sets of the netfilter ipset program. It allows you to match and display sets, headers, and elements in various ways. Optionally, the output can be colorized.
| Tags | Networking Linux CLI Netfilter wrapper launcher bash shell Security |
|---|---|
| Licenses | GPLv3 |
| Operating Systems | Linux |
| Implementation | bash script |
| Translations | English |
Recent releases


Release Notes: This release adds a new -Ca option that enables all counters at once. The -Mc option can now be used multiple times, to allow range matching with excludes (to build holes in the range) on the total amount of set members. The new option '--' allows you to work with set names starting with a hyphen (-). An issue where all members were excluded from a listing if an invalid regex pattern was used with option -Xr was fixed. The programmable completion has been rewritten. Some bugs have been fixed and support for set names starting with a hyphen was added.


Release Notes: This release adds an option to exclude glob matching sets from listing. Which colors to use can now be defined by the user. Also new is the bash completion code, which allows you to retrieve and complete options interactively on the command line.


Release Notes: This release adds counting of matching and traversed sets, calculation of the total memory usage of all matched sets, suppression of display of headers matching an [ext]glob pattern, suppression of display of elements using an [ext]glob or regex pattern, a timeout for reading sets which can be specified on the commandline, and the option to colorize the output.