opnsense_route_update
Update an existing static route in OPNsense. After updating, activate changes by running the route apply tool.
Instructions
Update an existing static route. Run opnsense_route_apply afterwards to activate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | Yes | UUID of the route to update | |
| network | No | Destination network in CIDR notation | |
| gateway | No | Gateway name or UUID | |
| disabled | No | Whether the route is disabled | |
| description | No | Optional description |