Re: [ovs-dev] [v3 10/10] ovs-dev.py: add --monitor and -m option

2015-09-22 Thread Andy Zhou
On Fri, Sep 18, 2015 at 11:41 AM, Ansis Atteka wrote: > On Mon, Sep 14, 2015 at 3:54 PM, Andy Zhou wrote: >> Runs OVSDB server and OVS Vswichd with --monitor option. This features > How about: > s/OVSDB server/ovsbd-server > s/OVS Vswitchd/ovs-vswitchd > s/features/feature >> is useful for testin

Re: [ovs-dev] [v3 10/10] ovs-dev.py: add --monitor and -m option

2015-09-18 Thread Ansis Atteka
On Mon, Sep 14, 2015 at 3:54 PM, Andy Zhou wrote: > Runs OVSDB server and OVS Vswichd with --monitor option. This features How about: s/OVSDB server/ovsbd-server s/OVS Vswitchd/ovs-vswitchd s/features/feature > is useful for testing daemon monitoring, and in conjunction with This does not read flu

[ovs-dev] [v3 10/10] ovs-dev.py: add --monitor and -m option

2015-09-14 Thread Andy Zhou
Runs OVSDB server and OVS Vswichd with --monitor option. This features is useful for testing daemon monitoring, and in conjunction with --user option. Signed-off-by: Andy Zhou --- utilities/ovs-dev.py | 5 + 1 file changed, 5 insertions(+) diff --git a/utilities/ovs-dev.py b/utilities/ovs-d