Introduced by commit 12eb035b.
("bridge: Allow users to configure statistics update to OVSDB.")

Cc: Alex Wang <[email protected]>
Signed-off-by: YAMAMOTO Takashi <[email protected]>
---
 tests/ovs-vswitchd.at | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/ovs-vswitchd.at b/tests/ovs-vswitchd.at
index 9f9721b..cbe0ee9 100644
--- a/tests/ovs-vswitchd.at
+++ b/tests/ovs-vswitchd.at
@@ -29,7 +29,7 @@ AT_CLEANUP
 
 dnl ----------------------------------------------------------------------
 m4_define([OVS_VSCTL_CHECK_RX_PKT], [
-AT_CHECK([ovs-vsctl list int $1 | grep statistics | sed -n 
's/^.*\(rx_packets=[[0-9]]\+\).*$/\1/p'],[0],
+AT_CHECK([ovs-vsctl list int $1 | grep statistics | sed -n 
's/^.*\(rx_packets=[[0-9]][[0-9]]*\).*$/\1/p'],[0],
 [dnl
 rx_packets=$2
 ])
-- 
1.8.3.1

_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev

Reply via email to