opnsense-src/sys/dev/neta
Kornel Dulęba 97ecdc00ac neta: Fix MTU change sequence
The IFF_DRV_RUNNING flag is used to see if the interface needs
to be temporarily brought down during MTU change sequence.
The problem here is that this flag is cleared in mvneta_stop_locked,
resulting in the reinitialization logic never being executed after
MTU has been changed.
Fix that by saving the flag value before the interface is brought down.

Reported by:	Jérôme Tomczyk <jerome.tomczyk@stormshield.eu>
Approved by:	mw(mentor)
Obtained from:	Semihalf
Sponsored by:	Stormshield
MFC after:	2 weeks
2022-08-18 18:53:14 +02:00
..
if_mvneta.c neta: Fix MTU change sequence 2022-08-18 18:53:14 +02:00
if_mvneta_fdt.c mvneta: Remove unused devclass argument to DRIVER_MODULE. 2022-05-09 14:26:46 -07:00
if_mvnetareg.h
if_mvnetavar.h neta: Fix a few common typos in a source code comment 2022-04-02 10:29:23 +02:00