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

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -