On Fri, Nov 03, 2017 at 04:18:25PM +0200, Andrey Ziltsov wrote:
> Hallo!!!
> 
> We have a problem with flow field "nd_target" at IPv6.
> 
> For example.
> 
> We have two VM with virtual interfaces vnet0 and vnet1.
> 
> At the bridge set fail_mode to "secure":
> 
> *# ovs-vsctl list br public-switch | grep fail_mode*
> fail_mode           : secure
> 
> The interface bond0.6 is external interface.
> 
> We added only three flows for the test :
> 
> *# ovs-ofctl --no-stat dump-flows public-switch --sort=priority*
>  cookie=0x123575, table=2, priority=1,icmp6,icmp_type=135
> actions=output:vnet1
>  cookie=0x124994, table=2,
> priority=108,icmp6,icmp_type=135,nd_target=XXXX:XXXX:2:2::a5
> actions=output:vnet0
>  cookie=0x10005, priority=10005,icmp6,in_port="bond0.6",icmp_type=135
> actions=resubmit(,2)
> 
> So, all ICMP6 traffic with type 135 going on bond0.6 resubmit to table 2
> and the if nd_target field equals to IPv6 address XXXX:XXXX:2:2::a5 the
> traffic send to vnet0 (VM1 have IPv6 XXXX:XXXX:2:2::a5). All other traffic
> should go to vnet1 (VM2).

Hmm, that does seem wrong.  Can you try out an example packet with
"ovs-appctl ofproto/trace" and paste the output?
_______________________________________________
discuss mailing list
disc...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-discuss

Reply via email to