diff options
author | Vadim Kochan <vadim4j@gmail.com> | 2015-10-27 11:43:29 +0100 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2015-10-27 11:43:29 +0100 |
commit | 7b24d95cffcf889c59b5e6706cddb53b26b6aa69 (patch) | |
tree | a89b09d3412ac6658be81ea5df9e0b7648a60d62 /flowtop.8 | |
parent | 830ba03c8a52c5a158e94cba463a3ccaf0e6b62f (diff) |
flowtop: Add command-line option to disable GeoIP lookup
Add option -G,--no-geoip which allows to disable GeoIP lookup.
Signed-off-by: Vadim Kochan <vadim4j@gmail.com>
[tk: Minor wording tweaks]
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'flowtop.8')
-rw-r--r-- | flowtop.8 | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -107,6 +107,10 @@ Display SCTP flows. Don't perform hostname lookup. Only numeric addresses will be shown for flow endpoints. .PP +.SS -G, --no-geoip +Don't perform GeoIP lookup. No geographical information will be shown for flow +endpoints. +.PP .SS -s, --show-src Also show source information of the flow, not only destination information. .PP |