]> git.proxmox.com Git - mirror_ovs.git/commit
ovs-sandbox: add '--vswitchd-unforced-dummy' option.
authornickcooper-zhangtonghao <nic@opencloud.tech>
Wed, 7 Dec 2016 18:04:03 +0000 (10:04 -0800)
committerBen Pfaff <blp@ovn.org>
Tue, 13 Dec 2016 00:38:04 +0000 (16:38 -0800)
commit24d04cffbe57d6352f804ad4210cd4da36a599cf
tree8ebb257b0f644e2351f0597ccc24b148a40786b1
parente7c640c3528bd38fbe9c77db0cd9e11473aac084
ovs-sandbox: add '--vswitchd-unforced-dummy' option.

The ovs-sandbox runs in the "dummy mode" by default.
In this mode of testing, no packets travel across
physical or virtual networks. But sometimes, we may
create veth network devices and add them to ovs bridge
for developing and testing. It's necessary to add an option.

Signed-off-by: nickcooper-zhangtonghao <nic@opencloud.tech>
Signed-off-by: Ben Pfaff <blp@ovn.org>
tutorial/ovs-sandbox