svn commit: r363711 - stable/12/sys/dev/e1000

Eric Joyner erj at FreeBSD.org
Thu Jul 30 18:31:25 UTC 2020


Author: erj
Date: Thu Jul 30 18:31:25 2020
New Revision: 363711
URL: https://svnweb.freebsd.org/changeset/base/363711

Log:
  MFC r362063: em(4): Always reinit interface when adding/removing VLAN
  
  PR:		240818
  Sponsored by:	Intel Corporation

Modified:
  stable/12/sys/dev/e1000/if_em.c
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/sys/dev/e1000/if_em.c
==============================================================================
--- stable/12/sys/dev/e1000/if_em.c	Thu Jul 30 17:43:23 2020	(r363710)
+++ stable/12/sys/dev/e1000/if_em.c	Thu Jul 30 18:31:25 2020	(r363711)
@@ -4042,7 +4042,6 @@ em_if_needs_restart(if_ctx_t ctx __unused, enum iflib_
 {
 	switch (event) {
 	case IFLIB_RESTART_VLAN_CONFIG:
-		return (false);
 	default:
 		return (true);
 	}


More information about the svn-src-stable-12 mailing list