]> git.baikalelectronics.ru Git - kernel.git/commit
macvlan fdb replace support
authorThomas Richter <tmricht@linux.vnet.ibm.com>
Fri, 19 Jul 2013 15:20:08 +0000 (17:20 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 23 Jul 2013 23:36:03 +0000 (16:36 -0700)
commit61e9bcd38afa34b3e3021ad0fce194a42f70d26a
treeed77fa8f36491875a01f45269d961bd04f1bb19a
parenta548d5029a9e24f107450791e8a8003715c7eea4
macvlan fdb replace support

Add support for iproute2 command 'bridge fdb replace ...'.
The rtnletlink call back function ndo_fdb_add will be called
with the NLM_F_REPLACE flag set.
Simply return -EOPNOTSUP.

Resubmitted because net-next was closed last week.

Signed-off-by: Thomas Richter <tmricht@linux.vnet.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/macvlan.c