Using a config with both sflow and netflow is broken in 1.3.5 release see http://sourceforge.net/tracker/?func=detail&aid=3204087&group_id=134525&atid=730182 It will be fixed in the next release, I have attached a modified version of the patch in the bug report on sourceforge. Fix: apply patch below. Patch attached with submission follows: How-To-Repeat: have a config similar to %sources = ( 'the3' => { 'port' => '9997', 'col' => '#0000ff', 'type' => 'netflow' }, 'thn3' => { 'port' => '9996', 'col' => '#00ff00', 'type' => 'netflow' }, 'bmk1' => { 'port' => '9998', 'col' => '#f3f162', 'type' => 'sflow' }, ); (mixed netflow and sflow) restart nfsen
Maintainer of net-mgmt/nfsen, Please note that PR ports/168230 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/168230 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
State Changed From-To: feedback->open Maintainer feedback timeout.
Responsible Changed From-To: freebsd-ports-bugs->scheidell I'll take it.
scheidell 2012-06-09 23:35:21 UTC FreeBSD ports repository Modified files: net-mgmt/nfsen Makefile Added files: net-mgmt/nfsen/files patch-libexec__NFSenRC.pm Log: - Fix config with both sflow and netflow - Bump PORTREVISION PR: ports/168230 Submitted by: Vincent Hoffman <vince@unsane.co.uk> Approved by: maintainer (timeout, 15 days) Revision Changes Path 1.19 +1 -1 ports/net-mgmt/nfsen/Makefile 1.1 +32 -0 ports/net-mgmt/nfsen/files/patch-libexec__NFSenRC.pm (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!