]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
doc: use a table to list direction filter in geoip
authorEric Leblond <eric@regit.org>
Thu, 1 Aug 2019 07:49:17 +0000 (09:49 +0200)
committerVictor Julien <victor@inliniac.net>
Wed, 21 Aug 2019 09:47:49 +0000 (11:47 +0200)
doc/userguide/rules/header-keywords.rst

index d516fa21529be091776c7f9bd7781ef0a011780e..0a51d050f9f3633e6949237cf09d2fb583305374 100644 (file)
@@ -149,12 +149,16 @@ The syntax of geoip::
   geoip: any,CN,IR;
 
 So, you can see you can use the following to make clear on which
-direction you would like to match::
-
-  both: both directions have to match with the given geoip (geopip's)
-  any: one of the directions have to match with the given geoip ('s).
-  dest: if the destination matches with the given geoip.
-  src: the source matches with the given geoip.
+direction you would like to match
+
+====== =============================================================
+Option Description
+====== =============================================================
+both   Both directions have to match with the given geoip (geopip's)
+any    One of the directions have to match with the given geoip ('s).
+dest   If the destination matches with the given geoip.
+src    The source matches with the given geoip.
+====== =============================================================
 
 The keyword only supports IPv4. As it uses the GeoIP2 API of MaxMind,
 libmaxminddb must be compiled in. You must download and install the