From: Eric leblond <eric@xxxxxx> Description of ULOGD_RET_IPADDR was incorrect in information display mode. Signed-off-by: Eric leblond <eric@xxxxxx> --- :100644 100644 e1eb951... 48529ca... M src/ulogd.c src/ulogd.c | 5 +---- 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/src/ulogd.c b/src/ulogd.c index e1eb951..48529ca 100644 --- a/src/ulogd.c +++ b/src/ulogd.c @@ -264,10 +264,7 @@ char *type_to_string(int type) return strdup("boolean"); break; case ULOGD_RET_IPADDR: - return strdup("IPv4 addr"); - break; - case ULOGD_RET_IP6ADDR: - return strdup("IPv6 addr"); + return strdup("IP addr"); break; case ULOGD_RET_STRING: return strdup("string"); -- 1.5.2.5 - To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html