]> git.kernelconcepts.de Git - karo-tx-linux.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)
commitc5b46160877a9bb23ab6f96fb666e7766f407704
treea02e46758e0eb2204b1dc310a63f138291c7fd4a
parentdaf37b556e437ec1ea1a597dcfeff338068380e1
net/core: Add VF link state control policy

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>
net/core/rtnetlink.c