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

Add interface

nectl interface bond add-interface

Add a devices to a bond interface

Synopsis

Adds a physical network devices to an existing bond interface. The devices must be available and not already part of another bond.

nectl interface bond add-interface [flags]

Examples

  nectl interface bond add-interface --id <bond-uuid> --devices eth1, eth2

Options

  -d, --devices string   Devices to add (required)
  -h, --help             help for add-interface
      --id string        Bond interface ID (required)

Options inherited from parent commands

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

SEE ALSO