Verifying Functions
You can run the ovs-vsctl command to set a bridge for function verification. For example, you can create a bridge named br0 and add physical ports enp189s0f1 and enp189s0f2 to the bridge.
1 2 3 |
$ ovs-vsctl add-br br0 $ ovs-vsctl add-port br0 enp189s0f1 $ ovs-vsctl add-port br0 enp189s0f2 |
After the operation is complete, run the ovs-vsctl show command. The following information is displayed:

Parent topic: Verifying Functions