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 <ho...@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 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev