Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 450324 - app-misc/grc - no tcp6/udp6 highlighting in netstat output
Summary: app-misc/grc - no tcp6/udp6 highlighting in netstat output
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Shell Tools project
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2013-01-05 02:08 UTC by Troy C
Modified: 2013-01-09 03:32 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Troy C 2013-01-05 02:08:32 UTC

    
Comment 1 Troy C 2013-01-05 02:13:46 UTC
A fairly trivial problem:  IPv6 sockets aren't highlighted by grc in netstat output

Easy fix to the fairly trivial problem: change line 22 of /usr/share/grc/conf.netstat to

regexp=(^tcp6|^tcp|^udp6|^udp|^unix|^IPX|STREAM|DGRAM)

I'll attach a patch if you want.
Comment 2 Justin Lecher (RETIRED) gentoo-dev 2013-01-08 14:54:50 UTC
+*grc-1.4-r1 (08 Jan 2013)
+
+  08 Jan 2013; Justin Lecher <jlec@gentoo.org> +grc-1.4-r1.ebuild,
+  +files/grc-1.4-ipv6.patch, metadata.xml:
+  Add support for ipv6, #450324; use python-r1.eclass
+
Comment 3 Troy C 2013-01-09 03:32:30 UTC
Awesome, thanks!