31108cda39df18cade3f6a38d28295048efe0bdf
[sliver-openvswitch.git] / datapath / linux-2.6 / compat-2.6 / genetlink-brcompat.c
1 /* We fix grp->id to 32 so that it doesn't collide with any of the multicast
2  * groups selected by openvswitch_mod, which uses groups 16 through 31.
3  * Collision isn't fatal--multicast listeners should check that the family is
4  * the one that they want and discard others--but it wastes time and memory to
5  * receive unwanted messages. */
6
7 #define GENL_FIRST_MCGROUP 32
8 #define GENL_LAST_MCGROUP  32
9
10 #include "genetlink.inc"