Re: [ovs-discuss] [HELP] Question about Raft

2020-03-10 Thread Han Zhou
To run the ovsdb-cluster tests, just: # make check-ovsdb-cluster You can also specify which test case to run: # make check-ovsdb-cluster TESTSUITEFLAGS="" You can list all cases by: # make check-ovsdb-cluster TESTSUITEFLAGS="--list" On Tue, Mar 10, 2020 at 1:13 AM txfh2007 wrote: > Hi Han: > >

Re: [ovs-discuss] A Drop rule with less priority is served before a normal rule with higher priority

2020-03-10 Thread Ben Pfaff
On Tue, Mar 10, 2020 at 09:49:02PM +0100, Oliver Dzombic wrote: > Hi folks, > > why does this drop rule, with lower priority, is served before the > normal rule ? > > > cookie=0x0, duration=1309.733s, table=0, n_packets=792, n_bytes=34414, > priority=1000,dl_src=16:ec:3d:6e:f4:b9 actions=drop >

[ovs-discuss] A Drop rule with less priority is served before a normal rule with higher priority

2020-03-10 Thread Oliver Dzombic
Hi folks, why does this drop rule, with lower priority, is served before the normal rule ? cookie=0x0, duration=1309.733s, table=0, n_packets=792, n_bytes=34414, priority=1000,dl_src=16:ec:3d:6e:f4:b9 actions=drop cookie=0x0, duration=1309.950s, table=0, n_packets=0, n_bytes=0, priority=2000

[ovs-discuss] Re: [HELP] Question about Raft

2020-03-10 Thread txfh2007 via discuss
Hi Han: Thanks for your kindly reply ! I have tried your patch and the candidate problem is fixed on my env. Now my 3 nodes raft env works well. Another question: I found you have submit ovsdb-cluster testsuite also, how could I run these tests on my own setup ? Thanks Timo --