]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC r231855:
authorbz <bz@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 5 Mar 2012 19:10:55 +0000 (19:10 +0000)
committerbz <bz@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 5 Mar 2012 19:10:55 +0000 (19:10 +0000)
commit5a7f22581c70a28ede5c1d5852a2a25dee0b4b5f
treec9752b40783591c6c595302b1950ee1c414f58a4
parent7b026b60acbeb649f434492f22510483af5e0486
MFC r231855:

 Add regression tests for the setsockopt(2) SO_SETFIB socket option.

 Check that the expected domain(9) families all handle the socket option
 correctly and do proper bounds checks.  This would catch bugs as fixed
 in (r230938,)r230981.

Sponsored by: Cisco Systems, Inc.

git-svn-id: svn://svn.freebsd.org/base/stable/9@232564 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
tools/regression/sockets/so_setfib/Makefile [new file with mode: 0644]
tools/regression/sockets/so_setfib/so_setfib.c [new file with mode: 0644]
tools/regression/sockets/so_setfib/so_setfib.t [new file with mode: 0644]