Module Name: src Committed By: msaitoh Date: Mon Oct 23 03:54:40 UTC 2017
Modified Files: src/sys/net: if_media.c Log Message: Clear ifm_cur and ifm_media after removing all ifmedia entries(IFM_INST_ANY) in ifmedia_delete_instance() like if_media.c rev. 1.32. Now if_media_delete_instance(IFM_INST_ANY) is the same as ifmedia_removeall(). To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/sys/net/if_media.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.