svn commit: r280441 - head/sys/netinet
Lawrence Stewart
lstewart at FreeBSD.org
Tue Mar 24 15:08:44 UTC 2015
Author: lstewart
Date: Tue Mar 24 15:08:43 2015
New Revision: 280441
URL: https://svnweb.freebsd.org/changeset/base/280441
Log:
The addition of flowid and flowtype in r280233 and r280237 respectively forgot
to extend the IPv6 packet node format string, which causes a build failure when
SIFTR is compiled with IPv6 support.
Reported by: Lars Eggert
Modified:
head/sys/netinet/siftr.c
Modified: head/sys/netinet/siftr.c
==============================================================================
--- head/sys/netinet/siftr.c Tue Mar 24 15:05:36 2015 (r280440)
+++ head/sys/netinet/siftr.c Tue Mar 24 15:08:43 2015 (r280441)
@@ -448,7 +448,7 @@ siftr_process_pkt(struct pkt_node * pkt_
MAX_LOG_MSG_LEN,
"%c,0x%08x,%zd.%06ld,%x:%x:%x:%x:%x:%x:%x:%x,%u,%x:%x:%x:"
"%x:%x:%x:%x:%x,%u,%ld,%ld,%ld,%ld,%ld,%u,%u,%u,%u,%u,%u,"
- "%u,%d,%u,%u,%u,%u,%u,%u\n",
+ "%u,%d,%u,%u,%u,%u,%u,%u,%u,%u\n",
direction[pkt_node->direction],
pkt_node->hash,
pkt_node->tval.tv_sec,
More information about the svn-src-all
mailing list