diff options
| author | Mark Johnston <markj@FreeBSD.org> | 2024-09-04 13:07:11 +0000 |
|---|---|---|
| committer | Mark Johnston <markj@FreeBSD.org> | 2024-09-20 11:39:16 +0000 |
| commit | b513c311d0db5c301c939b1cf44b2826e09011d3 (patch) | |
| tree | 3cf6a1871b29efb8f4fc3dd874a1b853d3ce4525 /sys/dev/liquidio | |
| parent | 59f3eb3b71d5df21882ed95d99ac10911f305b81 (diff) | |
Diffstat (limited to 'sys/dev/liquidio')
| -rw-r--r-- | sys/dev/liquidio/lio_ioctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/liquidio/lio_ioctl.c b/sys/dev/liquidio/lio_ioctl.c index 10c88b209051..b2fd54f59580 100644 --- a/sys/dev/liquidio/lio_ioctl.c +++ b/sys/dev/liquidio/lio_ioctl.c @@ -481,7 +481,7 @@ lio_get_new_flags(if_t ifp) * Accept all multicast addresses if there are more than we * can handle */ - if (if_getamcount(ifp) > LIO_MAX_MULTICAST_ADDR) + if (if_llmaddr_count(ifp) > LIO_MAX_MULTICAST_ADDR) f |= LIO_IFFLAG_ALLMULTI; } if (if_getflags(ifp) & IFF_BROADCAST) |
