mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2025-12-06 07:12:04 +01:00
Update regex_filter.md
This commit is contained in:
parent
b7ba7f8627
commit
e164533ad4
|
|
@ -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
|
||||||
```
|
```
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue