From owner-svn-src-head@freebsd.org Sat Jul 15 09:22:28 2017 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 45C92DBE42A; Sat, 15 Jul 2017 09:22:28 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: from mail.blih.net (mail.blih.net [212.83.177.182]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.blih.net", Issuer "mail.blih.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 28CE46A6D6; Sat, 15 Jul 2017 09:22:26 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: from mail.blih.net (mail.blih.net [212.83.177.182]) by mail.blih.net (OpenSMTPD) with ESMTP id b6125dc1; Sat, 15 Jul 2017 11:15:42 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=bidouilliste.com; h=date :from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; s=mail; bh=sdiMpWzK4N/myL/663qgvZKgWJs=; b=SxTDFl3KHKd96OweHQx5oYUzl/F9 BR58Z0RcWLQSBh783j7vyS/OGgu25+slKhovZdKRseBI/6Z+hi0w9rEDC/0BW0/V yo2sP4RfH7x1bh0KLlkUMol4rsMwl8iRLdnAEoqWf6eKX1Exku1pK3uMk8k/lZQS jW9odnxo/MK+YtM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=bidouilliste.com; h=date :from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; q=dns; s= mail; b=ifUyA60sy8v3MOLtOg4/ymzRStIIzHgZW/RMiikB4tbZV+OjS8QSCWaE 8dLXb5+7+70QmZXKnRmD7DnzY09n6IjX8avHXBE2qzmOem7CwYl4QN7qHJYC+CA6 Q2QFRmpKqtg/1yX1Mxx78QpMpPxnnJlDYBG9cZzbuikKsOY0Glg= Received: from arcadia (sal69-2-78-192-146-206.fbxo.proxad.net [78.192.146.206]) by mail.blih.net (OpenSMTPD) with ESMTPSA id 46e6ed5d TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Sat, 15 Jul 2017 11:15:42 +0200 (CEST) Date: Sat, 15 Jul 2017 11:15:41 +0200 From: Emmanuel Vadot To: Ngie Cooper Cc: Emmanuel Vadot , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r320944 - head/etc/rc.d Message-Id: <20170715111541.0680aae867a2146673fec94e@bidouilliste.com> In-Reply-To: <9D643ACB-FA58-499B-9783-71246C323ECC@gmail.com> References: <201707131340.v6DDeIE9086139@repo.freebsd.org> <9D643ACB-FA58-499B-9783-71246C323ECC@gmail.com> X-Mailer: Sylpheed 3.5.1 (GTK+ 2.24.31; amd64-portbld-freebsd12.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Jul 2017 09:22:28 -0000 On Thu, 13 Jul 2017 08:44:36 -0700 Ngie Cooper wrote: > > > On Jul 13, 2017, at 06:40, Emmanuel Vadot wrote: > > > > Author: manu > > Date: Thu Jul 13 13:40:18 2017 > > New Revision: 320944 > > URL: https://svnweb.freebsd.org/changeset/base/320944 > > > > Log: > > Add an rc.d script to setup a netflow export via ng_netflow > > The default is to export netflow data on localhost on the netflow port. > > ngtee is used to have the lowest overhead possible. > > The ipfw ng hook is the netflow port (it can only be numeric) > > Default is netflow version 5. > > Hi Emmanuel, > The script isn't being installed. Could you please integrate it in to etc/rc.d/Makefile under a block conditional on MK_IPFW/MK_NETGRAPH? > Thanks! > -Ngie Fixed in 321008, thanks! -- Emmanuel Vadot