[New-bugs-announce] [issue22378] SO_MARK support for Linux

jpv report at bugs.python.org
Wed Sep 10 03:42:53 CEST 2014


New submission from jpv:

Please add support for SO_MARK in socket module.

>From man 7 socket:

SO_MARK (since Linux 2.6.25): Set the mark for each packet sent through this  socket  (similar to  the  netfilter  MARK target but socket-based).  Changing the mark can be used for mark-based routing without netfilter or for packet    filtering. Setting   this   option   requires   the CAP_NET_ADMIN capability.

----------
components: Extension Modules
files: python-so_mark.patch
keywords: patch
messages: 226673
nosy: jpv
priority: normal
severity: normal
status: open
title: SO_MARK support for Linux
type: enhancement
versions: Python 2.7, Python 3.4
Added file: http://bugs.python.org/file36588/python-so_mark.patch

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


More information about the New-bugs-announce mailing list