On Thu, 24 Nov 2016 13:34:29 +0000, Yang, Yi Y wrote: > Vxlan implementation doesn't provide a field to change it, do you > know how we can change it? I search ovs source code, there isn't a > field to change tp_dst in tunnel header.
Hmm, seems you're right. So, first thing that you need to figure out is why ovs is pushing "actions:set(tunnel(tp_src=49676,tp_dst=6633))" to the kernel when outputting to a tunnel that has a different port configured. Because this is the problem, not the kernel code. Btw, I just tried it and ovs doesn't do that for me. But I have most certainly a different configuration than you do. Jiri _______________________________________________ sfc-dev mailing list [email protected] https://lists.opendaylight.org/mailman/listinfo/sfc-dev
