datapath: Fix ovs_dp_cmd_msg_size()
authorDaniele Di Proietto <daniele.di.proietto@gmail.com>
Thu, 23 Jan 2014 16:18:59 +0000 (17:18 +0100)
committerJesse Gross <jesse@nicira.com>
Thu, 23 Jan 2014 18:45:02 +0000 (10:45 -0800)
commitce7f31f3119565b17615bf6969709aff4bbe66de
tree4198aa510ec66214caba698cc29376bf69e7f91f
parentf670af6ad7b92693071da4f1c1affff8ca668be5
datapath: Fix ovs_dp_cmd_msg_size()

commit c58cc9a460fd158e5250e59902e96ac677dc115f (datapath: Allow user space to
announce ability to accept unaligned Netlink messages) introduced
OVS_DP_ATTR_USER_FEATURES netlink attribute in datapath responses,
but the attribute size was not taken into account in ovs_dp_cmd_msg_size().

Signed-off-by: Daniele Di Proietto <daniele.di.proietto@gmail.com>
Signed-off-by: Jesse Gross <jesse@nicira.com>
datapath/datapath.c