https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240818
--- Comment #17 from [email protected] --- (In reply to Raúl from comment #16) No, unfortunately: Unplugging/repluging the cable doesn't work, like i said. The only way is to manually reset by ifconfig(8) down and up the parent interface em0 , not the vlan interface(s). In the @current list ; Ian Freislich provided a patch who worked for him i tested succesfully as well on my box here it is Index: sys/dev/e1000/if_em.c =================================================================== --- sys/dev/e1000/if_em.c (revision 361538) +++ sys/dev/e1000/if_em.c (working copy) @@ -4054,7 +4054,7 @@ { switch (event) { case IFLIB_RESTART_VLAN_CONFIG: - return (false); + return (true); default: return (true); } -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[email protected]"
