From owner-svn-src-all@freebsd.org Thu Jul 13 15:44:38 2017 Return-Path: Delivered-To: svn-src-all@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 CEC59DA6D58; Thu, 13 Jul 2017 15:44:38 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-pg0-x244.google.com (mail-pg0-x244.google.com [IPv6:2607:f8b0:400e:c05::244]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A6E607CC55; Thu, 13 Jul 2017 15:44:38 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by mail-pg0-x244.google.com with SMTP id j186so7385394pge.1; Thu, 13 Jul 2017 08:44:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=JeB641YopzAINOS6HLsNCKUVv03KsymMT5RHV5Kyc3Q=; b=jUC8/usF3C+FvXwRO16mJIo3VDr8htw3AAko46qy/um6IE2Wd25TZMuU3Y3nLtqMK5 wvjPX4qk46Ceb4ozOxjZdUFCCF88+BhdDF5lULcyhpuAwojvnVPV7edtN6kYx6LTokEp SuIHzNSQ7vg8Hx64qOTquzVD0cBxW+jjuwLqQXZDG24j0o67nShHU1iHsJudcD4+PaQP X2ZHT4Xb8tReBpLRs+arzz34SsthdEgmdDaKFz0vm+iNRsFR1npq6FiV/ecKTz199BWV ZPP5FPqjP+fCLOeCAnKx/Kepl48dVd5fMkTqx6fSRay7gdHi7FprYAecNwj/ZaNuk+64 koFg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=JeB641YopzAINOS6HLsNCKUVv03KsymMT5RHV5Kyc3Q=; b=lYpbIpW8suulgGa4lxa+OPuTK+twJR9v+AjFgfBVTd5+KpdlIcdSeLUiQAjTvLim2C Wnxlqnny1yRrmW4u6bwU3FZkI2UAXYdcPpaDQnTN2RHrhXirhEULaHWlDcWIh+ihuIyK bVnxkfpzTMPsVkBCm51EHiy8I4AY9DaqfZa7StwL2WXomGzPCCsPl0A12mh7eZoAT61v aaNf4dNLJxyIeh+1EvwSyHeAg0T73cJx+8SzQXPcQd3Re4wmDyFBgSERtkqNnM0nlM5L VBzPARKH0ZUGbR+Nv334OqgrhE3MURhn4qTHdqENDhj65brPt6T6mqW85pc2HaIXYRt9 c9DA== X-Gm-Message-State: AIVw113DGpO/JcDp7/iiYkg8KraQBWj+dWYW79HfTRp8Ng7ZtAsVeHTd 1Vy/cXCC+8C4YrGGRdU= X-Received: by 10.98.215.23 with SMTP id b23mr209940pfh.139.1499960677891; Thu, 13 Jul 2017 08:44:37 -0700 (PDT) Received: from ?IPv6:2607:fb90:836f:1053:edf1:3446:3fc:90c9? ([2607:fb90:836f:1053:edf1:3446:3fc:90c9]) by smtp.gmail.com with ESMTPSA id w125sm12605932pfb.117.2017.07.13.08.44.37 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 13 Jul 2017 08:44:37 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (1.0) Subject: Re: svn commit: r320944 - head/etc/rc.d From: Ngie Cooper X-Mailer: iPhone Mail (14F89) In-Reply-To: <201707131340.v6DDeIE9086139@repo.freebsd.org> Date: Thu, 13 Jul 2017 08:44:36 -0700 Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <9D643ACB-FA58-499B-9783-71246C323ECC@gmail.com> References: <201707131340.v6DDeIE9086139@repo.freebsd.org> To: Emmanuel Vadot X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Jul 2017 15:44:38 -0000 > On Jul 13, 2017, at 06:40, Emmanuel Vadot wrote: >=20 > Author: manu > Date: Thu Jul 13 13:40:18 2017 > New Revision: 320944 > URL: https://svnweb.freebsd.org/changeset/base/320944 >=20 > 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 et= c/rc.d/Makefile under a block conditional on MK_IPFW/MK_NETGRAPH? Thanks! -Ngie=