Adds a group_fwd_mask control to if_bridge(4) (new BRDGGFWDMASK/
BRDGSFWDMASK ioctls, exposed as ifconfig bridge0 group_fwd_mask
<mask>), modeled after the Linux bridge control of the same name. The
mask selects which of the reserved link-local multicast MAC destinations
(01:80:C2:00:00:0x) the bridge forwards rather than filters. The
default is unchanged and conservative: no reserved groups are forwarded
unless an operator opts in.
This is the smallest change in the series and touches only the bridge's
ioctl control surface. The multicast snooping work follows in D2-D8.