Bug 147915 - net-mgmt/xymon-client: xymon client does not report full data for ipv6 connections
Summary: net-mgmt/xymon-client: xymon client does not report full data for ipv6 connec...
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: Dirk Meyer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-16 19:20 UTC by freebsd
Modified: 2010-07-09 08:51 UTC (History)
0 users

See Also:


Attachments
file.diff (484 bytes, patch)
2010-06-16 19:20 UTC, freebsd
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description freebsd 2010-06-16 19:20:01 UTC
hobbitclient (net-mgmt/xymon-client) uses netstat -an -finet6 for getting a list of the ipv6 connections. Without -W netstat just cuts the IPv6 address to 16 chars, you do not even see if it was shortened or not.

I think it would be much better to fix netstat itself.

Fix: patch-hobbitclient-freebsd
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2010-06-17 03:33:22 UTC
Responsible Changed
From-To: freebsd-ports-bugs->dinoex

Fix synopsis and assign.
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-07-09 08:42:02 UTC
dinoex      2010-07-09 07:41:48 UTC

  FreeBSD ports repository

  Modified files:
    net-mgmt/xymon-client Makefile 
  Added files:
    net-mgmt/xymon-client/files patch-hobbitclient-freebsd.sh 
  Log:
  - fix display of IPv6 ports
  PR:             147915
  Submitted by:   Frank Bartels
  Feature safe:   yes
  
  Revision  Changes    Path
  1.11      +1 -0      ports/net-mgmt/xymon-client/Makefile
  1.1       +11 -0     ports/net-mgmt/xymon-client/files/patch-hobbitclient-freebsd.sh (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 3 Dirk Meyer freebsd_committer freebsd_triage 2010-07-09 08:51:19 UTC
State Changed
From-To: open->closed

committed, thanks.