create_dhcp_custom_option
Add a custom DHCP option (e.g., TFTP server IP) to a pfSense interface by specifying the option number, type, and value.
Instructions
Create a DHCP custom option
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | Option type (e.g., 'text', 'string', 'boolean', 'unsigned integer 8', 'ip-address') | |
| value | Yes | Option value | |
| number | Yes | DHCP option number (e.g., 66 for TFTP server, 150 for Cisco TFTP) | |
| parent_id | Yes | Parent interface (e.g., 'lan', 'opt1') | |
| apply_immediately | No | Whether to apply changes immediately |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||