...
ivs-ctl - utility for configuring Indigo Virtual SwitchSYNOPSIS
Usage
Code Block |
---|
ivs-ctl help
ivs-ctl show
ivs-ctl add-port DATAPATH INTERFACE
ivs-ctl add-internal-port DATAPATH INTERFACE
ivs-ctl del-port DATAPATH INTERFACE
|
DESCRIPTION
Code Block |
---|
add-port | del-port modify the attached ports of the given DATAPATH COMMAND [ARG..] |
DESCRIPTION
Code Block |
---|
-h, --help Display this help message and exit add-port INTERFACE Add a port to the datapath del-port INTERFACE Remove a port from the datapath (INTERFACE argument must be a Linux interface name) add-internal-port creates a Linux interface connected to the given DATAPATH. This interface can have an IP address assigned to it and can generally be used like a normal net?dev, but traffic to and from it will flow through the datapath. show print information about each datapath |
Examples
Code Block |
---|
ivs-ctl help
ivs-ctl show
ivs-ctl add-port DATAPATH INTERFACE
ivs-ctl add-internal-port DATAPATH INTERFACE
ivs-ctl del-port DATAPATH INTERFACE
|