New submission from Kyle VanderBeek <ky...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue8235>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to