Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
openvswitch: Fix ovs_dp_cmd_msg_size()
commit 43d4be9 (openvswitch: 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>
- Loading branch information