alistair23-linux/net/netfilter/ipset
Jozsef Kadlecsik 5f52bc3cdd netfilter: ipset: send error message manually
When a message carries multiple commands and one of them triggers
an error, we have to report to the userspace which one was that.
The line number of the command plays this role and there's an attribute
reserved in the header part of the message to be filled out with the error
line number. In order not to modify the original message received from
the userspace, we construct a new, complete netlink error message and
modifies the attribute there, then send it.
Netlink is notified not to send its ACK/error message.

Signed-off-by: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu
Signed-off-by: Patrick McHardy <kaber@trash.net>
2011-02-02 23:56:00 +01:00
..
ip_set_bitmap_ip.c netfilter: ipset: remove unnecessary includes 2011-02-01 16:57:37 +01:00
ip_set_bitmap_ipmac.c netfilter: ipset: remove unnecessary includes 2011-02-01 16:57:37 +01:00
ip_set_bitmap_port.c netfilter: ipset: remove unnecessary includes 2011-02-01 16:57:37 +01:00
ip_set_core.c netfilter: ipset: send error message manually 2011-02-02 23:56:00 +01:00
ip_set_getport.c netfilter: ipset: fix linking with CONFIG_IPV6=n 2011-02-02 23:50:01 +01:00
ip_set_hash_ip.c netfilter: ipset: remove unnecessary includes 2011-02-01 16:57:37 +01:00
ip_set_hash_ipport.c netfilter: ipset: remove unnecessary includes 2011-02-01 16:57:37 +01:00
ip_set_hash_ipportip.c netfilter: ipset: remove unnecessary includes 2011-02-01 16:57:37 +01:00
ip_set_hash_ipportnet.c netfilter: ipset: remove unnecessary includes 2011-02-01 16:57:37 +01:00
ip_set_hash_net.c netfilter: ipset: remove unnecessary includes 2011-02-01 16:57:37 +01:00
ip_set_hash_netport.c netfilter: ipset: remove unnecessary includes 2011-02-01 16:57:37 +01:00
ip_set_list_set.c netfilter: ipset: list:set set type support 2011-02-01 15:54:59 +01:00
Kconfig netfilter: ipset: list:set set type support 2011-02-01 15:54:59 +01:00
Makefile netfilter: ipset: list:set set type support 2011-02-01 15:54:59 +01:00
pfxlen.c netfilter: ipset: IP set core support 2011-02-01 15:28:35 +01:00