This patch fixes a multiple definition of the key TCP_URG. Signed-off-by: Eric Leblond <eric@xxxxxx> --- util/printpkt.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/util/printpkt.c b/util/printpkt.c index 5359b8b..29c2ea4 100644 --- a/util/printpkt.c +++ b/util/printpkt.c @@ -76,7 +76,6 @@ struct ulogd_key printpkt_keys[] = { [KEY_TCP_WINDOW] = { .name = "tcp.window", }, [KEY_TCP_SYN] = { .name = "tcp.syn", }, [KEY_TCP_ACK] = { .name = "tcp.ack", }, - [KEY_TCP_URG] = { .name = "tcp.urg", }, [KEY_TCP_PSH] = { .name = "tcp.psh", }, [KEY_TCP_RST] = { .name = "tcp.rst", }, [KEY_TCP_FIN] = { .name = "tcp.fin", }, -- 1.5.4.3 -- 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