opnsense_kea_subnet_update
Update an existing Kea DHCPv4 subnet configuration. Run the apply command to activate.
Instructions
Update an existing Kea DHCPv4 subnet. Run opnsense_kea_apply afterwards to activate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | Yes | Subnet UUID | |
| subnet | Yes | Subnet in CIDR notation | |
| pools | No | Pool range (e.g., 10.10.0.100-10.10.0.199) | |
| description | No | Optional description | |
| option_data_autocollect | No | Auto collect option data (0 or 1) | |
| router | No | Default gateway IP | |
| dns_servers | No | Comma-separated DNS server IPs | |
| domain_name | No | Domain name for clients | |
| domain_search | No | Domain search list (comma-separated) | |
| ntp_servers | No | Comma-separated NTP server IPs |