Hi,

xnb.c line 322:

if (ipha->ipha_protocol == IPPROTO_TCP) {


Seems redundant, because we already know we are IPPROTO_UDP:

307 switch (ipha->ipha_protocol) {
.
.
309 case IPPROTO_UDP:
.
.


Regards.

_______________________________________________
xen-discuss mailing list
[email protected]

Reply via email to