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

Multilayer CSV to filtered excel -

Listboxes in c# -

ios - Why must I define variables twice in the Header file? -