# ovs-vsctl add-bond <bridge> <port> <iface...> ovs-vsctl add-bond br0 bond0 eth0 eth1 eth2 移除端口 从br0上移除端口eth1 ovs-vsctl [--if-exists] del-port br0 eth1 列出端口 列出br0上的端口(不包括internal port) ovs-vsctl list-
ovs-vsctl [--may-exist] add-port br0 eth1 创建bond在br0上创建一个bond了eth0,eth1和eth2的bond端口bond0# ovs-vsctl add-bond <bridge> <port> <iface...> ovs-vsctl add-bond br0 bond0 eth0 eth1 eth2 移除端口从br0上移除端口eth1ovs-vsctl [--if-exists] del-port br0 eth1 ...
1、命令如下: ovs-vsctl add-portbridge-name port-name ovs-vsctl set interfaceport-nametype=patch ovs-vsctl set interfaceport-nameoption:peer=peer-name
# ovs-vsctl add-bond <bridge> <port> <iface...> ovs-vsctl add-bond br0 bond0 eth0 eth1 eth2 移除端口 从br0上移除端口eth1 ovs-vsctl [--if-exists] del-port br0 eth1 列出端口 列出br0上的端口(不包括internal port) ovs-vsctl list-ports br0 查看端口详细数据 列出OVS中端口eth1的详...