>> >>+ case IPPROTO_GRE: >[Alin Gabriel Serdean: ] break; >> + default: >[Alin Gabriel Serdean: ] return NULL; >> + break; >> + } >> + return vport; >> + } >> + } >> + return NULL; >> +} >We need to exact match the IP proto. In the case of GRE you will get a >valid vport although you have an L2 packet with dstPort == 0. >I hope I was clear enough this time, if not I can post a debugging >session :). >The rest is all good.
Oops. Thanks for catching the bug. v4 out in a bit -- Nithin _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
