Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

(

                             Note: INTERFACE argument must be a Linux interface name)

add-internal-port            creates a Linux interface connected to the given datapath
DATAPATH.
                             Note: 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

...