Перейти к содержанию

Update

nectl interface libvirt update

Update an existing Libvirt interface

Synopsis

Updates mutable parameters of an existing Libvirt interface.

nectl interface libvirt update [interface-name] [flags]

Examples

  nectl interface libvirt update --id <uuid> --mac 52:54:00:aa:bb:cc
  nectl interface libvirt update <name> -t -v 100,200 --ingress-policy <uuid> --egress-policy <uuid>
  nectl interface libvirt update --id <uuid> --clear-vlan
  nectl interface libvirt update --id <uuid> --clear-ingress-policy --clear-egress-policy

Options

      --clear-egress-policy     Remove egress QoS policy from interface
      --clear-ingress-policy    Remove ingress QoS policy from interface
      --clear-vlan              Remove VLAN configuration from interface
      --egress-policy string    Egress QoS policy UUID
  -h, --help                    help for update
  -i, --id string               Interface UUID
      --ingress-policy string   Ingress QoS policy UUID
      --mac string              MAC address
  -t, --trunk                   Enable trunk mode
  -v, --vlan-id uints           VLAN ID list (default [])

Options inherited from parent commands

      --host string   gRPC server host (default "127.0.0.1")
      --port uint16   gRPC server port (default 30666)

SEE ALSO