create_static_route
Adds a static route to a pfSense firewall by specifying a destination network in CIDR notation and an existing gateway, with optional description, disabled state, and immediate application.
Instructions
Create a static route
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| descr | No | Optional description | |
| gateway | Yes | Gateway name to route through (must match an existing gateway) | |
| network | Yes | Destination network in CIDR notation (e.g., "10.0.0.0/24") | |
| disabled | No | Whether the route starts disabled | |
| apply_immediately | No | Whether to apply changes immediately |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||