1
0
mirror of https://github.com/nttgin/BGPalerter.git synced 2024-05-19 06:50:08 +00:00

Merge branch 'dev' of github.com:nttgin/BGPalerter into dev

This commit is contained in:
Massimo Candela
2021-04-23 15:13:05 +02:00

View File

@@ -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).