]> 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)
commit3b4ade9de433d800e666a2a67d761cd3605734c3
treea02e46758e0eb2204b1dc310a63f138291c7fd4a
parent1d78afcc625ea43a3eb986cb411ee330c8f1f72c
net/core: Add VF link state control policy

Commit ca8e477968 (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