Re: [resend][PATCH] Introducing socket mark socket option

2008-01-30 Thread David Miller
From: Patrick McHardy <[EMAIL PROTECTED]> Date: Thu, 24 Jan 2008 10:43:48 +0100 > Laszlo Attila Toth wrote: > > A userspace program may wish to set the mark for each packets its send > > without using the netfilter MARK target. Changing the mark can be used > > for mark based routing without netfi

Re: [resend][PATCH] Introducing socket mark socket option

2008-01-24 Thread Patrick McHardy
Laszlo Attila Toth wrote: A userspace program may wish to set the mark for each packets its send without using the netfilter MARK target. Changing the mark can be used for mark based routing without netfilter or for packet filtering. It requires CAP_NET_ADMIN capability. Looks good to me. --

[resend][PATCH] Introducing socket mark socket option

2008-01-24 Thread Laszlo Attila Toth
A userspace program may wish to set the mark for each packets its send without using the netfilter MARK target. Changing the mark can be used for mark based routing without netfilter or for packet filtering. It requires CAP_NET_ADMIN capability. Signed-off-by: Laszlo Attila Toth <[EMAIL PROTECTED