mirror of
https://github.com/nttgin/BGPalerter.git
synced 2024-05-19 06:50:08 +00:00
fixed indentation of path matching documentation in github md
This commit is contained in:
@@ -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:
|
> The prefixes list of BGPalerter has an entry such as:
|
||||||
> ```yaml
|
> ```yaml
|
||||||
> 165.254.255.0/24:
|
> 165.254.255.0/24:
|
||||||
> asn: 15562
|
> asn: 15562
|
||||||
> description: an example on path matching
|
> description: an example on path matching
|
||||||
> ignoreMorespecifics: false
|
> ignoreMorespecifics: false
|
||||||
> path:
|
> path:
|
||||||
> - match: ".*2194,1234$"
|
> - match: ".*2194,1234$"
|
||||||
> notMatch: ".*5054.*"
|
> notMatch: ".*5054.*"
|
||||||
> matchDescription: detected scrubbing center
|
> matchDescription: detected scrubbing center
|
||||||
> - match: ".*123$"
|
> - match: ".*123$"
|
||||||
> notMatch: ".*5056.*"
|
> notMatch: ".*5056.*"
|
||||||
> matchDescription: other match
|
> 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).
|
Path is a list of matching rules, in this way multiple matching rules can be defined for the same prefix (rules are in OR).
|
||||||
|
Reference in New Issue
Block a user