On 5 October 2016 at 18:26, Ben Pfaff <[email protected]> wrote:
> A number of instances of "{i}" in this test should have been "${i}".
>
> Signed-off-by: Ben Pfaff <[email protected]>
>
Acked-by: Gurucharan Shetty <[email protected]>
> ---
> tests/ovn.at | 12 ++++++------
> 1 file changed, 6 insertions(+), 6 deletions(-)
>
> diff --git a/tests/ovn.at b/tests/ovn.at
> index 05e1349..4214a00 100644
> --- a/tests/ovn.at
> +++ b/tests/ovn.at
> @@ -2626,13 +2626,13 @@ sip=`ip_to_hex 192 168 0 13`
> tip=`ip_to_hex 192 168 0 23`
> test_ip 13 f00000000113 f00000000023 $sip $tip
>
> -# ipv6 packet should be received by lp[123]3 with mac f0000000{i}{i}3
> -# and ip6.dst as fe80::ea2a:eaff:fe28:0{i}{i}3.
> +# ipv6 packet should be received by lp[123]3 with mac f00000000${i}${i}3
> +# and ip6.dst as fe80::ea2a:eaff:fe28:0${i}${i}3.
> # lp11 can send ipv6 traffic as there is no port security
> sip=ee800000000000000000000000000000
> for i in 1 2 3; do
> - tip=fe80000000000000ea2aeafffe2800{i}3
> - test_ipv6 11 f00000000011 f000000000{i}${i}3 $sip $tip {i}3
> + tip=fe80000000000000ea2aeafffe2800${i}3
> + test_ipv6 11 f00000000011 f00000000${i}${i}3 $sip $tip ${i}3
> done
>
>
> @@ -2645,8 +2645,8 @@ sip=ee800000000000000000000000000000
> tip=fe80000000000000ea2aeafffe280023
> test_ipv6 11 f00000000011 f00000000333 $sip $tip
>
> -# ipv6 packet should be allowed for lp[123]3 with mac f0000000{i}{i}3
> -# and ip6.src fe80::ea2a:eaff:fe28:0{i}{i}3 and ip6.src ::.
> +# ipv6 packet should be allowed for lp[123]3 with mac f0000000${i}${i}3
> +# and ip6.src fe80::ea2a:eaff:fe28:0${i}${i}3 and ip6.src ::.
> # and should be dropped for any other ip6.src
> # lp21 can receive ipv6 traffic as there is no port security
>
> --
> 2.1.3
>
> _______________________________________________
> dev mailing list
> [email protected]
> http://openvswitch.org/mailman/listinfo/dev
>
_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev