]> git.ipfire.org Git - thirdparty/FORT-validator.git/commitdiff
Add minor fixes at docs.
authorpcarana <pc.moreno2099@gmail.com>
Thu, 14 Nov 2019 00:12:35 +0000 (18:12 -0600)
committerpcarana <pc.moreno2099@gmail.com>
Thu, 14 Nov 2019 00:12:35 +0000 (18:12 -0600)
docs/usage.md
man/fort.8

index 1ef9f44ac7e49c1e5ba463b7d10bd25b9b7e86da..b7fe5d552a8ea36ff23167c53a6b8ee61b70b261 100644 (file)
@@ -619,7 +619,9 @@ The configuration options are mostly the same as the ones from the `argv` interf
        "output": {
                "<a href="#--outputroa">roa</a>": "/tmp/fort/roas.csv",
                "<a href="#--outputbgpsec">bgpsec</a>": "/tmp/fort/bgpsec.csv"
-       }
+       },
+
+       "<a href="#--asn1-decode-max-stack">asn1-decode-max-stack</a>": 4096
 }
 </code></pre>
 
index 143ecfb73c5ca1ebeb0119b3d9dd176bb7a513d7..6b32512a33b0b014cac6087617eae96080b87821 100644 (file)
@@ -156,9 +156,13 @@ happened.
 .P
 By default, all the incidences have an action of \fIignore\fR. Currently there
 are two registered incidences:
+.RS 4
+.br
 \fIincid-hashalg-has-params\fR (Signed Object's hash algorithm has NULL object
 as parameters).
+.br
 \fIincid-obj-not-der-encoded\fR (Object isn't DER encoded).
+.RE
 .P
 More information about incidences can be consulted at FORT's web docs.
 .RE