Module Name: src Committed By: martin Date: Mon Aug 19 16:10:35 UTC 2019
Modified Files: src/sys/net [netbsd-9]: if.c src/tests/net/if [netbsd-9]: t_ifconfig.sh Log Message: Pull up following revision(s) (requested by ozaki-r in ticket #98): 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.457 -r1.457.2.1 src/sys/net/if.c cvs rdiff -u -r1.20 -r1.20.2.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.