commit | 36fd2b63e3b4336744cf3f6a6c9543ecbec334a7 | [log] [tgz] |
---|---|---|
author | stephen hemminger <shemminger@vyatta.com> | Mon Apr 04 14:03:31 2011 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon Apr 04 17:22:28 2011 -0700 |
tree | 0793a71cf90d8bb3ea1573564ad5bed485324396 | |
parent | b078f0df676233fc7ebc1ab270bd11ef5824bb64 [diff] |
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 <shemminger@vyatta.com> Signed-off-by: David S. Miller <davem@davemloft.net>