Create network interface
create_node_networkCreate a network interface (bond, bridge, VLAN, or physical) on a Proxmox node. High risk—wrong config can disconnect the node; user confirmation required.
Instructions
Create a network interface (bond, bridge, VLAN, or physical). HIGH RISK — wrong config can disconnect the node. Ask the user to confirm before invoking.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | Yes | ||
| type | No | bridge | |
| iface | Yes | Interface name (e.g. 'vmbr1', 'bond0') | |
| slaves | No | ||
| address | No | ||
| confirm | No | Set to true once the user has approved this action | |
| gateway | No | ||
| netmask | No | ||
| vlan_id | No | ||
| comments | No | ||
| autostart | No | ||
| bond_mode | No | ||
| bridge_ports | No | ||
| vlan_raw_device | No |