]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commita583a8824f5e60cf461aba82c7cfc0b14be63264
treea02e46758e0eb2204b1dc310a63f138291c7fd4a
parent364e29e8e9575e022952403a79f0d50d5e40855a
net/core: Add VF link state control policy

Commit 1086c30944 (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>
net/core/rtnetlink.c