mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-04-21 06:03:50 +00:00
Update regex_filter.md
This commit is contained in:
parent
b7ba7f8627
commit
e164533ad4
1 changed files with 5 additions and 1 deletions
|
|
@ -51,6 +51,10 @@ Vereinfacht kann man sagen, dass einzelnen Router ODER-verknüpft und die jeweil
|
||||||
regex: "fms" # check if mode is fms
|
regex: "fms" # check if mode is fms
|
||||||
- field: status
|
- field: status
|
||||||
regex: "3" # check if status is 3
|
regex: "3" # check if status is 3
|
||||||
|
- name: "Allowed RICs"
|
||||||
|
checks:
|
||||||
|
- field: ric
|
||||||
|
regex: "(0000001|0000002|0000003)" # check if RIC is in the list
|
||||||
```
|
```
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
@ -67,4 +71,4 @@ Vereinfacht kann man sagen, dass einzelnen Router ODER-verknüpft und die jeweil
|
||||||
|
|
||||||
---
|
---
|
||||||
## Zusätzliche Wildcards
|
## Zusätzliche Wildcards
|
||||||
- keine
|
- keine
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue