Update
nectl network datalink update
Update an existing Datalink network
nectl network datalink update [flags]
Examples
nectl network datalink update --id <uuid> --uplink-priority 150 --peer 172.16.3.100 --peer 172.16.3.200
nectl network datalink update --id <uuid> --mtu 1400
Options
-h, --help help for update
--id string Datalink network ID (required)
--mtu uint32 MTU of datalink network
--peer strings VRRP unicast peer IP (repeatable)
--replace-peers replace VRRP unicast peers
--uplink-priority uint32 VRRP uplink priority (1-255)
Options inherited from parent commands
--host string gRPC server host (default "127.0.0.1")
--port uint16 gRPC server port (default 30666)
SEE ALSO
- nectl network datalink - Manage Datalink networks