Hi, > 1. arp request from 10.0.1.2(tap0) to 10.0.1.1(br0) > 2. arp reply from 10.0.1.1(br0) to 10.0.1.2(tap0), so tap0 know the mac > address of br0 > 3. icmp request sent from 10.0.1.2(tap0) to 10.0.0.2(tap1) > 4. br0 forwards the packet to br1 while modifying src mac address and dst > mac address. > 5. br1 forwards the packet to tap1 while modifying src and dst mac address. > > What I am now facing is that No.2 on the above list is not done > successfully. > > If I tag 100 on br0, arp request succeeds. then it starts sending icmp > packet.
Sure, since tagging 100 on br0 you are configuring this interface at VLAN 100, so tap0 and br0 are on same VLAN. > If I don't tag 100 on br0, arp request fails. Yep. Both interfaces are on different VLAN's. > > On your settings, it seems arp request seems to be done successfully. > > Is this trivial issue only on Open vSwitch v1.6.1? I think not. I think this is the expected behaviour. regards Lucas Brasilino _______________________________________________ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss