You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[8209](https://tools.ietf.org/html/rfc8209) (BGPSec Certificates) |0% (This code was [disabled](https://github.com/NICMx/FORT-validator/issues/58#issuecomment-941977925) in version 1.5.2)|
36
36
|[8210](https://tools.ietf.org/html/rfc8210) (RTR Version 1) | 100% |
Copy file name to clipboardExpand all lines: docs/usage.md
+1-27Lines changed: 1 addition & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -762,18 +762,6 @@ The value specified is utilized in libcurl's option [CURLOPT_CAPATH](https://cur
762
762
-**Type:** String (Path to file)
763
763
-**Availability:**`argv` and JSON
764
764
765
-
> Note: The paragraphs below apply to [Fort 1.5.0](https://github.com/NICMx/FORT-validator/releases/tag/v1.5.0).
766
-
767
-
File where the ROAs (found during each validation run) will be stored (in CSV format).
768
-
769
-
If the file already exists, it will be overwritten. If it doesn't exist, it will be created. To print to standard output, use a hyphen (`-`). If the RTR server is [enabled](#--mode), then the ROAs will be printed every [`--server.interval.validation`](#--serverintervalvalidation) seconds.
770
-
771
-
Each line of the result is printed in the following order: _AS, Prefix, Max prefix length_. The first line contains the column names.
772
-
773
-
If `--output.roa` is omitted, the ROAs are not printed.
774
-
775
-
> Note: The paragraphs below apply to [Fort master](https://github.com/NICMx/FORT-validator).
776
-
777
765
File where the ROAs (found during each validation run) will be stored. See [`--output.format`](#--outputformat).
778
766
779
767
If the file already exists, it will be overwritten. If it doesn't exist, it will be created. To print to standard output, use a hyphen (`-`). If the RTR server is [enabled](#--mode), then the ROAs will be printed every [`--server.interval.validation`](#--serverintervalvalidation) secs.
@@ -806,19 +794,7 @@ If `--output.roa` is omitted, the ROAs are not printed.
806
794
-**Type:** String (Path to file)
807
795
-**Availability:**`argv` and JSON
808
796
809
-
> Note: The paragraphs below apply to [Fort 1.5.0](https://github.com/NICMx/FORT-validator/releases/tag/v1.5.0).
810
-
811
-
File where the BGPsec Router Keys (found during each validation run) will be stored (in CSV format).
812
-
813
-
Since most of the data (Subject Key Identifier and Subject Public Key Info) is binary, it is base64url-encoded, without trailing pads.
814
-
815
-
If the file already exists, it will be overwritten. If it doesn't exist, it will be created. To print to standard output console, use a hyphen (`-`). If the RTR server is [enabled](#--mode), the BGPsec Router Keys will be printed every [`--server.interval.validation`](#--serverintervalvalidation) seconds.
816
-
817
-
Each line of the result is printed in the following order: _AS, Subject Key Identifier, Subject Public Key Info_. The first line contains the column names.
818
-
819
-
If `--output.bgpsec` is ommited, then the BGPsec Router Keys are not printed.
820
-
821
-
> Note: The paragraphs below apply to [Fort master](https://github.com/NICMx/FORT-validator).
797
+
>  BGPsec certificate validation has been disabled in version 1.5.2 because of [this bug](https://github.com/NICMx/FORT-validator/issues/58). It will be restored in version 1.5.3.
822
798
823
799
File where the BGPsec Router Keys (found during each validation run) will be stored. See [`--output.format`](#--outputformat).
824
800
@@ -855,8 +831,6 @@ If `--output.bgpsec` is ommited, then the BGPsec Router Keys are not printed.
855
831
-**Availability:**`argv` and JSON
856
832
-**Default:**`csv`
857
833
858
-
> Note: This flag only exists in [Fort master](https://github.com/NICMx/FORT-validator).
859
-
860
834
Output format for [`--output.roa`](#--outputroa) and [`--output.bgpsec`](#--outputbgpsec).
When routers first connect to Fort, they request a snapshot of the validation results. (ROAs and Router Keys.) Because they need to keep their validated objects updated, and snapshots tend to be relatively large amounts of information, they request deltas afterwards over configurable intervals. ("Deltas" being the differences between snapshots.)
494
+
.P
495
+
During each validation cycle, Fort generates a new snapshot, as well as the deltas needed to build the new snapshot from the previous one. These are all stored in RAM. \fI--server.deltas.lifetime\fR is the number of iterations a set of deltas will be kept before being deallocated. (Recall that every iteration lasts \fI--server.interval.validation\fR seconds, plus however long the validation takes.)
496
+
.P
497
+
If a router lags behind, to the point Fort has already deleted the deltas it needs to update the router’s snapshot, Fort will have to fall back to fetch the entire latest snapshot instead.
0 commit comments