Bug 147915

Summary: net-mgmt/xymon-client: xymon client does not report full data for ipv6 connections
Product: Ports & Packages Reporter: freebsd
Component: Individual Port(s)Assignee: Dirk Meyer <dinoex>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

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.