From: stephen hemminger Date: Mon, 4 Apr 2011 14:03:31 +0000 (+0000) Subject: bridge: allow creating/deleting fdb entries via netlink X-Git-Tag: v3.0-rc1~377^2~530 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36fd2b63e3b4336744cf3f6a6c9543ecbec334a7;p=pandora-kernel.git bridge: allow creating/deleting fdb entries via netlink Use RTM_NEWNEIGH and RTM_DELNEIGH to allow updating of entries in bridge forwarding table. This allows manipulating static entries which is not possible with existing tools. Example (using bridge extensions to iproute2) # br fdb add 00:02:03:04:05:06 dev eth0 Signed-off-by: Stephen Hemminger Signed-off-by: David S. Miller --- Reading git-diff-tree failed