Skip to content

Commit

Permalink
comment code
Browse files Browse the repository at this point in the history
  • Loading branch information
toralf committed Nov 26, 2023
1 parent 9906ada commit b807a92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ipset-stats.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
# SPDX-License-Identifier: GPL-3.0-or-later
# set -x

# dumpIpset ip addresses of ipset(s) -or- plot histograms of that
# goal: dump or plot the content (a little bit anonymized before) of an ipset

# kick off the header of the ipset
function dumpIpset() {
ipset list -s $1 |
# kick off the header of the ipset
sed -e '1,8d'
}

Expand Down

0 comments on commit b807a92

Please sign in to comment.