From 67604e17aa56a4bf79e46e1ca3d08bebc12e67cc Mon Sep 17 00:00:00 2001 From: Massimo Candela Date: Thu, 22 Apr 2021 15:20:56 +0200 Subject: [PATCH] fixed indentation of path matching documentation in github md --- docs/configuration.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/configuration.md b/docs/configuration.md index 8de2e8f..0eb57d3 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -183,16 +183,16 @@ This monitor detects BGP updates containing AS_PATH which match particular regul > The prefixes list of BGPalerter has an entry such as: > ```yaml > 165.254.255.0/24: -> asn: 15562 -> description: an example on path matching -> ignoreMorespecifics: false -> path: -> - match: ".*2194,1234$" -> notMatch: ".*5054.*" -> matchDescription: detected scrubbing center -> - match: ".*123$" -> notMatch: ".*5056.*" -> matchDescription: other match +> asn: 15562 +> description: an example on path matching +> ignoreMorespecifics: false +> path: +> - match: ".*2194,1234$" +> notMatch: ".*5054.*" +> matchDescription: detected scrubbing center +> - match: ".*123$" +> notMatch: ".*5056.*" +> matchDescription: other match > ``` Path is a list of matching rules, in this way multiple matching rules can be defined for the same prefix (rules are in OR).