netfilter: xt_socket: added new revision of the 'socket' match supporting flags
authorLaszlo Attila Toth <panther@balabit.hu>
Tue, 9 Jun 2009 13:16:34 +0000 (15:16 +0200)
committerPatrick McHardy <kaber@trash.net>
Tue, 9 Jun 2009 13:16:34 +0000 (15:16 +0200)
commita31e1ffd2231b8fdf7eda9ed750a4a0df9bcad4e
tree1b3447d8492b282a34fb2c5f3f6c5def545628ea
parent11eeef41d5f63c7d2f7fdfcc733eb7fb137cc384
netfilter: xt_socket: added new revision of the 'socket' match supporting flags

If the XT_SOCKET_TRANSPARENT flag is set, enabled 'transparent'
socket option is required for the socket to be matched.

Signed-off-by: Laszlo Attila Toth <panther@balabit.hu>
Signed-off-by: Patrick McHardy <kaber@trash.net>
include/linux/netfilter/xt_socket.h [new file with mode: 0644]
net/netfilter/xt_socket.c