]> git.baikalelectronics.ru Git - kernel.git/commit
rtnetlink: Use nlmsg type RTM_NEWNEIGH from dflt fdb dump
authorJohn Fastabend <john.r.fastabend@intel.com>
Thu, 1 Nov 2012 16:23:10 +0000 (16:23 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sat, 3 Nov 2012 19:27:08 +0000 (15:27 -0400)
commit6cdc4dacb4ce8531ec4f6b675ef6932b7024f934
treecfc4930849f73544afdbf6e249c418d735a830a7
parent811c88752cc6565f886c9b6102e0fb19c6e2a7b0
rtnetlink: Use nlmsg type RTM_NEWNEIGH from dflt fdb dump

Change the dflt fdb dump handler to use RTM_NEWNEIGH to
be compatible with bridge dump routines.

The dump reply from the network driver handlers should
match the reply from bridge handler. The fact they were
not in the ixgbe case was effectively a bug. This patch
resolves it.

Applications that were not checking the nlmsg type will
continue to work. And now applications that do check
the type will work as expected.

Signed-off-by: John Fastabend <john.r.fastabend@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/rtnetlink.c