Re: switch(4): don't call if_deactivate() at destroy.

2021-01-01 Thread Klemens Nanni
On Sat, Jan 02, 2021 at 01:40:57AM +0300, Vitaliy Makkoveev wrote: > Don't call if_deactivate() in switch_clone_destroy(). Following > if_detach() will do this. Yes, OK kn

switch(4): don't call if_deactivate() at destroy.

2021-01-01 Thread Vitaliy Makkoveev
Don't call if_deactivate() in switch_clone_destroy(). Following if_detach() will do this. Index: sys/net/if_switch.c === RCS file: /cvs/src/sys/net/if_switch.c,v retrieving revision 1.38 diff -u -p -r1.38 if_switch.c ---