ovs-vsctl del-port
To create a new port on the bridge from the network device of the same name, use the ovs-vsctl add-port command.
Syntax
ovs-vsctl [options] [--may-exist] del-port bridge port
Parameters
options | See the output of ovs-vsctl --help command, also reproduced ovs−vsctl Commands. |
--may-exist | Without the --may-exist option, attempting to create a port that exists is an error. With the --may-exist option, this command does nothing if the port already exists in the bridge and is not a bonded port. |
bridge | Bridge name. |
port | Port name. |
Examples
The following example deletes the ge-1/1/1 port to bridge br0:
admin@Switch$ovs-vsctl del-port br0 ge-1/1/1
Copyright © 2024 Pica8 Inc. All Rights Reserved.