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:40:11 +0000 (10:40 -0800)
commit300af20acd44243bad1b6c4bd6f9a25cf0a4a186
treeb4bd39e3d034eba9c03df06a69a5698e2ecf7772
parent63016faef531b23d8211d03420ab9a8f4b826b52
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