]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC r231855:
authorbz <bz@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 5 Mar 2012 19:10:58 +0000 (19:10 +0000)
committerbz <bz@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 5 Mar 2012 19:10:58 +0000 (19:10 +0000)
commite252df545a3a99e5c3a6fe97fa5c57d0914a4077
treecc65d148dbbfaa62933683f708552a463dca0a8c
parent41e7863cb22b999bdea8e26e6d47f6428288c189
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/8@232565 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]