From: Eric Leblond Date: Mon, 16 Mar 2009 13:55:27 +0000 (+0100) Subject: netfilter: print the list of register loggers X-Git-Tag: v2.6.30-rc1~662^2~48^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7a913cd5535554d6f5d5e1f5ef46c4307cf2afc;p=pandora-kernel.git netfilter: print the list of register loggers This patch modifies the proc output to add display of registered loggers. The content of /proc/net/netfilter/nf_log is modified. Instead of displaying a protocol per line with format: proto:logger it now displays: proto:logger (comma_separated_list_of_loggers) NONE is used as keyword if no logger is used. Signed-off-by: Eric Leblond Signed-off-by: Patrick McHardy --- Reading git-diff-tree failed