add_firewall_ipset_entry
Add an IP address or CIDR range to a named IP set for firewall rules, with optional comment and nomatch exclusion.
Instructions
Add an IP/CIDR to an IP set.
Args: name: IP set name. cidr: IP address or CIDR. comment: Description. nomatch: Exclude this entry (nomatch).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| cidr | Yes | ||
| comment | No | ||
| nomatch | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |