opnsense_vlan_update
Update a VLAN interface on OPNsense by providing its UUID and only the fields you want to change.
Instructions
Update an existing VLAN interface by UUID. Only provided fields are changed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | Yes | UUID of the VLAN to update | |
| parent_interface | No | Parent physical interface device name | |
| vlan_tag | No | 802.1Q VLAN ID (1-4094) | |
| description | No | Description | |
| priority | No | 802.1p priority (0-7) |