create_system_tunable
Create a pfSense sysctl tunable with a name, value, and optional description, and apply it immediately if needed.
Instructions
Create a system tunable (sysctl value)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| descr | No | Optional description | |
| value | Yes | Tunable value | |
| tunable | Yes | Tunable name (e.g., "net.inet.ip.forwarding") | |
| apply_immediately | No | Whether to apply changes immediately |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||