add_nfregex_service
Register a new nfregex service by specifying protocol, port, and bind interface. Use fail_open to allow traffic when the regex engine fails.
Instructions
Register a new nfregex service.
proto must be 'tcp' or 'udp'. ip_int is the bind interface
(IPv4/IPv6 literal, '0.0.0.0' for all). fail_open=True means traffic
flows when the regex engine cannot start.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| port | Yes | ||
| proto | Yes | ||
| ip_int | Yes | ||
| fail_open | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||