[ovs-dev] [PATCH] vconn: Fix endian issue in unknown action type error message

Ben Pfaff blp at nicira.com
Tue Nov 17 17:17:56 UTC 2009


Justin Pettit <jpettit at nicira.com> writes:

>      default:
> -        VLOG_WARN_RL(&bad_ofmsg_rl, "unknown action type %"PRIu16, a->type);
> +        VLOG_WARN_RL(&bad_ofmsg_rl, "unknown action type %"PRIu16,
> +                ntohs(a->type));

Looks good, thanks.




More information about the dev mailing list