Use separate Netlink multicast groups for different datapaths.
authorBen Pfaff <blp@nicira.com>
Sat, 3 Jan 2009 00:13:07 +0000 (16:13 -0800)
committerBen Pfaff <blp@nicira.com>
Sat, 3 Jan 2009 00:26:30 +0000 (16:26 -0800)
commit73fd5f01b19c3e7d6530f49e1897d22ca1d154f3
treef885c7e35db9eecb16cb7a51a5905637b52029db
parent063b6a82e7cd3e6304498f09d723be3b9c519d95
Use separate Netlink multicast groups for different datapaths.

Otherwise every socket that listens for OpenFlow multicast messages will
get them for every single datapath.  Not only is that a waste of memory
and time, it also allows one congested bridge to effectively DoS other
bridges that have little traffic.
datapath/datapath.c