]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
bridge: export multicast database via netlink
authorCong Wang <amwang@redhat.com>
Fri, 7 Dec 2012 00:04:48 +0000 (00:04 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 7 Dec 2012 19:32:52 +0000 (14:32 -0500)
commitee07c6e7a6f8a25c18f0a6b18152fbd7499245f6
tree055d61934deeedf93eefbde3106f6a751c35d932
parent5d248c491b38d4f1b2a0bd7721241d68cd0b3067
bridge: export multicast database via netlink

V5: fix two bugs pointed out by Thomas
    remove seq check for now, mark it as TODO

V4: remove some useless #include
    some coding style fix

V3: drop debugging printk's
    update selinux perm table as well

V2: drop patch 1/2, export ifindex directly
    Redesign netlink attributes
    Improve netlink seq check
    Handle IPv6 addr as well

This patch exports bridge multicast database via netlink
message type RTM_GETMDB. Similar to fdb, but currently bridge-specific.
We may need to support modify multicast database too (RTM_{ADD,DEL}MDB).

(Thanks to Thomas for patient reviews)

Cc: Herbert Xu <herbert@gondor.apana.org.au>
Cc: Stephen Hemminger <shemminger@vyatta.com>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Thomas Graf <tgraf@suug.ch>
Cc: Jesper Dangaard Brouer <brouer@redhat.com>
Signed-off-by: Cong Wang <amwang@redhat.com>
Acked-by: Thomas Graf <tgraf@suug.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/uapi/linux/if_bridge.h
include/uapi/linux/rtnetlink.h
net/bridge/Makefile
net/bridge/br_mdb.c [new file with mode: 0644]
net/bridge/br_multicast.c
net/bridge/br_private.h
security/selinux/nlmsgtab.c