From 3722c80f64af3c69fe749ccb0908c436dcfd5fcb Mon Sep 17 00:00:00 2001 From: Massimo Candela Date: Tue, 29 Jun 2021 14:14:41 +0200 Subject: [PATCH] minor edits to the documentation --- README.md | 4 ++-- docs/configuration.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 291cc59..eec639d 100644 --- a/README.md +++ b/README.md @@ -57,10 +57,10 @@ Read the documentation below for more options. - [Composition](docs/configuration.md#composition) - [Monitor for](docs/configuration.md#monitors) - [Hijacks](docs/configuration.md#monitorhijack) - - [Path neighbors](docs/path-neighbors.md) + - [Path neighbors (downstream/upstream peers)](docs/path-neighbors.md) - [Visibility loss](docs/configuration.md#monitorvisibility) - [RPKI invalid announcements](docs/configuration.md#monitorrpki) - - [RPKI ROAs diffs](docs/configuration.md#monitorroas) + - [RPKI ROAs diffs, ROAs expirations, and TA malfunctions](docs/configuration.md#monitorroas) - [Announcements of more specifics](docs/configuration.md#monitornewprefix) - [Announcements of new prefixes](docs/configuration.md#monitoras) - [Path matching](docs/configuration.md#monitorpath) diff --git a/docs/configuration.md b/docs/configuration.md index bc80661..9bc2e35 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -98,7 +98,7 @@ Each report declaration is composed of: | file | Name of the file containing the report implementation. Report implementations are in the `reports` directory. | |params| A dictionary of parameters that can be useful for the functioning of the report. It is common to have group declarations among the parameters. Different reports with the same implementation can be initialized with different parameters. | |params.noProxy| If there is a global proxy configuration (see [here](http-proxy.md)), this parameter if set to true allows the single module to bypass the proxy. | -|channels| A [list](docs/prefixes.md#array) of channels the monitor will listen (never write). Different reports with the same implementation can be initialized with a different list of channels to listen.| +|channels| A [list](docs/prefixes.md#array) of channels the report module will listen (never write). Different reports with the same implementation can be initialized with a different list of channels to listen.| Each connector is composed of: