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

2010-04-02 Thread Larry Hastings
Larry Hastings added the comment: Committed in Python 2.7 as revision r79592 Committed in Python 3.2 as revision r79594 Thanks for the patch! -- assignee: -> larry resolution: -> accepted status: open -> closed versions: +Python 3.2 ___ Python tra

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

2010-03-27 Thread Larry Hastings
Larry Hastings added the comment: Kyle asked me to look at this; I think it looks ready for checkin, so unless someone else jumps in with something to say I'll check it in in a day or two. It's not going in to 2.6 however, just 2.7 trunk and probably 3.2. -- nosy: +larry versions: -

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

2010-03-25 Thread Kyle VanderBeek
New submission from Kyle VanderBeek : 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 e