net/core: Add VF link state control policy
authorDoug Ledford <dledford@redhat.com>
Wed, 11 Jun 2014 14:38:03 +0000 (10:38 -0400)
committerDavid S. Miller <davem@davemloft.net>
Wed, 11 Jun 2014 22:51:37 +0000 (15:51 -0700)
Commit 1d8faf48c7 (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: Doug Ledford <dledford@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found