Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c5b46160 authored by Doug Ledford's avatar Doug Ledford Committed by David S. Miller
Browse files

net/core: Add VF link state control policy



Commit 1d8faf48 (net/core: Add VF link state control) added VF link state
control to the netlink VF nested structure, but failed to add a proper entry
for the new structure into the VF policy table.  Add the missing entry so
the table and the actual data copied into the netlink nested struct are in
sync.

Signed-off-by: default avatarDoug Ledford <dledford@redhat.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent daf37b55
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1208,6 +1208,8 @@ static const struct nla_policy ifla_vf_policy[IFLA_VF_MAX+1] = {
				    .len = sizeof(struct ifla_vf_tx_rate) },
	[IFLA_VF_SPOOFCHK]	= { .type = NLA_BINARY,
				    .len = sizeof(struct ifla_vf_spoofchk) },
	[IFLA_VF_LINK_STATE]	= { .type = NLA_BINARY,
				    .len = sizeof(struct ifla_vf_link_state) },
};

static const struct nla_policy ifla_port_policy[IFLA_PORT_MAX+1] = {