Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Mar 2015 15:08:44 +0000 (UTC)
From:      Lawrence Stewart <lstewart@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r280441 - head/sys/netinet
Message-ID:  <201503241508.t2OF8iPD018578@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503241508.t2OF8iPD018578>