[issue8235] Support FreeBSD's SO_SETFIB in socketmodule.c

Kyle VanderBeek report at bugs.python.org
Fri Mar 26 00:40:01 CET 2010


New submission from Kyle VanderBeek <kylev at kylev.com>:

FreeBSD has a [gs]etsockopt() constant used to cause a given socket to use an alternate routing table (FIB); it appeared in FreeBSD 7.1.  It would be useful to have this exposed as a constant in the socket module to allow special routing rules in complex environments.

----------
components: Extension Modules
files: python-SO_SETFIB.patch
keywords: patch
messages: 101736
nosy: kylev
severity: normal
status: open
title: Support FreeBSD's SO_SETFIB in socketmodule.c
type: feature request
versions: Python 2.6, Python 2.7
Added file: http://bugs.python.org/file16662/python-SO_SETFIB.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8235>
_______________________________________


More information about the Python-bugs-list mailing list