From: Thomas Graf <tgraf@xxxxxxx> Date: Fri, 7 Dec 2012 10:36:29 +0000 > On 12/07/12 at 06:04pm, Cong Wang wrote: >> From: Cong Wang <amwang@xxxxxxxxxx> >> >> 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@xxxxxxxxxxxxxxxxxxx> >> Cc: Stephen Hemminger <shemminger@xxxxxxxxxx> >> Cc: "David S. Miller" <davem@xxxxxxxxxxxxx> >> Cc: Thomas Graf <tgraf@xxxxxxx> >> Cc: Jesper Dangaard Brouer <brouer@xxxxxxxxxx> >> Signed-off-by: Cong Wang <amwang@xxxxxxxxxx> > > Acked-by: Thomas Graf <tgraf@xxxxxxx> Applied, thanks.