Bug 206782 - net-mgmt/rate: fix IP truncation and add license info
Summary: net-mgmt/rate: fix IP truncation and add license info
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Michael Landin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-31 10:29 UTC by Franco Fichtner
Modified: 2016-01-31 18:25 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (mich)


Attachments
patch against head (2.67 KB, patch)
2016-01-31 10:29 UTC, Franco Fichtner
no flags Details | Diff
portlint -AC output (91 bytes, text/plain)
2016-01-31 10:29 UTC, Franco Fichtner
no flags Details
poudriere build log (55.35 KB, text/plain)
2016-01-31 10:30 UTC, Franco Fichtner
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Franco Fichtner 2016-01-31 10:29:33 UTC
Created attachment 166332 [details]
patch against head

IP output of rate is truncated in case of an 80 character wide terminal to 14 characters (15 are needed for "xxx.xxx.xxx.xxx").

via: https://forum.opnsense.org/index.php?topic=1443.0
Comment 1 Franco Fichtner 2016-01-31 10:29:50 UTC
Created attachment 166333 [details]
portlint -AC output
Comment 2 Franco Fichtner 2016-01-31 10:30:09 UTC
Created attachment 166334 [details]
poudriere build log
Comment 3 Michael Landin freebsd_committer freebsd_triage 2016-01-31 13:49:37 UTC
Committed, thanks!
Comment 4 commit-hook freebsd_committer freebsd_triage 2016-01-31 13:49:37 UTC
A commit references this bug:

Author: mich
Date: Sun Jan 31 13:48:57 UTC 2016
New revision: 407636
URL: https://svnweb.freebsd.org/changeset/ports/407636

Log:
  - fix IP truncation and add license info

  PR:		206782
  Submitted by:	Franco Fichtner (franco@opnsense.org)

Changes:
  head/net-mgmt/rate/Makefile
  head/net-mgmt/rate/files/patch-rate.c
  head/net-mgmt/rate/files/patch-streamstat.c
Comment 5 Franco Fichtner 2016-01-31 18:25:09 UTC
Cheers for the quick response, Michael :)