[ovs-dev] [PATCH 1/2] ovs-ofctl: Add icmp_code test

Simon Horman horms at verge.net.au
Thu Oct 31 04:00:01 UTC 2013


This corrects what appears to be a typo by replacing
a duplicate icmp_type test with an icmp_code test.

Signed-off-by: Simon Horman <horms at verge.net.au>
---
 tests/ovs-ofctl.at | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/ovs-ofctl.at b/tests/ovs-ofctl.at
index 7bb5b6e..e399479 100644
--- a/tests/ovs-ofctl.at
+++ b/tests/ovs-ofctl.at
@@ -81,7 +81,7 @@ for test_case in \
     'udp6,udp_dst=80                             NXM,OXM' \
     'udp6,udp_dst=0x1000/0x1000                  NXM,OXM' \
     'icmp,icmp_type=1                            any' \
-    'icmp,icmp_type=1                            any' \
+    'icmp,icmp_code=2                            any' \
     'icmp6,icmpv6_type=1                         NXM,OXM' \
     'icmp6,icmpv6_code=2                         NXM,OXM'
 do
-- 
1.8.4




More information about the dev mailing list