Bug 168230 - [PATCH] net-mgmt/nfsen 1.3.5 has broken simultaneous sflow and netflow collection
Summary: [PATCH] net-mgmt/nfsen 1.3.5 has broken simultaneous sflow and netflow collec...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Michael Scheidell
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-22 12:20 UTC by Vincent Hoffman-Kazlauskas
Modified: 2012-06-10 00:40 UTC (History)
0 users

See Also:


Attachments
file.diff (992 bytes, patch)
2012-05-22 12:20 UTC, Vincent Hoffman-Kazlauskas
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Vincent Hoffman-Kazlauskas 2012-05-22 12:20:04 UTC
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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-05-22 17:52:06 UTC
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
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2012-05-22 17:52:10 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Michael Scheidell freebsd_committer freebsd_triage 2012-06-08 13:53:10 UTC
State Changed
From-To: feedback->open

Maintainer feedback timeout.
Comment 4 Michael Scheidell freebsd_committer freebsd_triage 2012-06-09 17:43:50 UTC
Responsible Changed
From-To: freebsd-ports-bugs->scheidell

I'll take it.
Comment 5 dfilter service freebsd_committer freebsd_triage 2012-06-10 00:35:31 UTC
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"
Comment 6 Michael Scheidell freebsd_committer freebsd_triage 2012-06-10 00:35:44 UTC
State Changed
From-To: open->closed

Committed. Thanks!