sdn - What is the difference between these two OpenvSwitch commands? -
what difference between these 2 openvswitch commands?
ovs-vsctl add-br br0 -- set bridge br0 datapath_type=netdev & ovs-vsctl add-br br0 .
the first command sets bridge userspace-only mode. second command default setup bridge.
more information can found here.
Comments
Post a Comment