Module Name: src Committed By: msaitoh Date: Wed Sep 18 05:32:15 UTC 2019
Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c Log Message: Fix a bug that the multicast filter isn't correctly initialized when the total number of the Ethernet multicast addresses is just 128. Changing "<" with "<=" fixes this problem, but it's better to check ETHER_F_ALLMULTI than it because it's straightforward. To generate a diff of this commit: cvs rdiff -u -r1.210 -r1.211 src/sys/dev/pci/ixgbe/ixgbe.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.