Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Sep 2000 14:41:30 -0400 (EDT)
From:      jim@thehousleys.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/21460: Patch net/trafshow:  Allow showing ipv6 proto
Message-ID:  <200009211841.e8LIfUG15210@baby.int.thehousleys.net>

next in thread | raw e-mail | index | archive | help

>Number:         21460
>Category:       ports
>Synopsis:       Patch net/trafshow:  Allow showing ipv6 proto
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 21 11:50:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     James E. Housley
>Release:        FreeBSD 4.1-STABLE i386
>Organization:
The Housleys dot Net
>Environment:

	

>Description:

	Currently trafshow show proto 41 for IPv6 tunnel traffic.
	This patch shows it as ipv6 for the protocol.

>How-To-Repeat:

	

>Fix:

diff -ruN patches.orig/patch-ag patches/patch-ag
--- patches.orig/patch-ag	Wed Dec 31 19:00:00 1969
+++ patches/patch-ag	Thu Sep 21 14:36:05 2000
@@ -0,0 +1,12 @@
+--- util.c.orig	Fri Sep 15 06:51:11 2000
++++ util.c	Thu Sep 21 14:35:33 2000
+@@ -129,6 +129,9 @@
+ #ifdef	IPPROTO_ENCAP
+ 	{ "encap",IPPROTO_ENCAP},
+ #endif
++#ifdef	IPPROTO_IPV6
++	{ "ipv6", IPPROTO_IPV6},
++#endif
+ 	{ "ip",   IPPROTO_IP   },
+ 	{ "raw",  IPPROTO_RAW  },
+ 	{ NULL, -1 },


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200009211841.e8LIfUG15210>