commit | 5e47596bee12597824a3b5b21e20f80b61e58a35 | [log] [tgz] |
---|---|---|
author | Jason Gunthorpe <jgunthorpe@obsidianresearch.com> | Sat Sep 05 20:23:40 2009 -0700 |
committer | Roland Dreier <rolandd@cisco.com> | Sat Sep 05 20:23:40 2009 -0700 |
tree | 10e74d0c390283e6d449d3c9b171c8c689b5be0c | |
parent | 721d67cdca5b7642b380ca0584de8dceecf6102f [diff] |
IPoIB: Check multicast address format Check that the format of multicast link addresses is correct before taking them from dev->mc_list to priv->multicast_list. This way we never try to send a bogus address to the SA, which prevents badness from erronous 'ip maddr addr add', broken bonding drivers, etc. Signed-off-by: Jason Gunthorpe <jgunthorpe@obsidianresearch.com> Signed-off-by: Roland Dreier <rolandd@cisco.com>