CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2013/11/05 03:20:05
Modified files: sys/dev/usb : if_aue.c if_cue.c if_kue.c if_otus.c if_zyd.c Log message: Instead of comparing the lower and higher addresses of all the multicast entries to decide if the IFF_ALLMULTI flag should be set, check if there is at least one real range between them. This should not introduce any behavior change but will help changing our representation of multicast entries.