diff --git a/sys/pci/if_ste.c b/sys/pci/if_ste.c index 01134c88c04..6dbf2229754 100644 --- a/sys/pci/if_ste.c +++ b/sys/pci/if_ste.c @@ -1427,6 +1427,9 @@ ste_ioctl(ifp, command, data) STE_CLRBIT1(sc, STE_RX_MODE, STE_RXMODE_PROMISC); } + if (ifp->if_flags & IFF_RUNNING && + (ifp->if_flags ^ sc->ste_if_flags) & IFF_ALLMULTI) + ste_setmulti(sc); if (!(ifp->if_flags & IFF_RUNNING)) { sc->ste_tx_thresh = STE_TXSTART_THRESH; ste_init(sc);