Module Name: src Committed By: martin Date: Mon Aug 19 14:27:16 UTC 2019
Modified Files: src/sys/net [netbsd-8]: if.c src/tests/net/if [netbsd-8]: t_ifconfig.sh Log Message: Pull up following revision(s) (requested by ozaki-r in ticket #1339): sys/net/if.c: revision 1.458 tests/net/if/t_ifconfig.sh: revision 1.21 Restore if_ioctl on error of ifc_destroy Otherwise subsequence ioctls won't work. Patch from Harold Gutch on PR kern/54434 (tweaked a bit by me) tests: check if ifconfig (ioctl) works after a failure of ifconfig destroy This is a test for PR kern/54434. To generate a diff of this commit: cvs rdiff -u -r1.394.2.16 -r1.394.2.17 src/sys/net/if.c cvs rdiff -u -r1.18 -r1.18.4.1 src/tests/net/if/t_ifconfig.sh Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.