From bd19581a64c69eeda11d030993720b7201768658 Mon Sep 17 00:00:00 2001 From: Jozsef Kadlecsik Date: Tue, 30 Sep 2014 09:48:51 +0200 Subject: Bash utilities updated --- utils/ipset_list/README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'utils/ipset_list/README.md') diff --git a/utils/ipset_list/README.md b/utils/ipset_list/README.md index 579d3bf..f34070f 100644 --- a/utils/ipset_list/README.md +++ b/utils/ipset_list/README.md @@ -69,6 +69,7 @@ Examples: - `ipset_list -m -Xo setA` - show members of setA, but suppress displaying of the elements options. - `ipset_list -m -Oi packets:0` - show members of all sets which have a packet count of 0. - `ipset_list -m -Oi "packets:>100" -Oi "bytes:>1024"` - show members of all sets which have a packet count greater than 100 and a byte count greater than 1024. +- `ipset_list -m -Oi "skbmark:>0x123/0XFF" -Oi skbprio:\>=2:<=3 -Oi skbqueue:\!1` - show members of all sets which have the following member options set: skbmark greater than 0x123/0xFF, skbprio major greater or equal to 2 and minor lower or equal to 3, skbqueue not of value 1. - `ipset_list -n -Ca "foo*"` - show only set names matching the glob "foo*" and enable all counters. - `ipset_list -Hi "markmask:>=0x0000beef" -Hi timeout:\!10000` - show only sets with the header 'Header' fields containing a markmask greater or equal to 0x0000beef and a timeout which is not 10000. -- cgit v1.2.3