Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Jul 2004 13:02:14 +0300 (EEST)
From:      "Ilya V. Guy" <ilya@lisgroup.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/69654: patch trafshow to display 'gre', 'gif', 'esp' protocols instead 'unknown'.
Message-ID:  <200407271002.i6RA2EaT013316@router.lisgroup.net>
Resent-Message-ID: <200407271010.i6RAAK4d027226@freefall.freebsd.org>

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

>Number:         69654
>Category:       ports
>Synopsis:       patch trafshow to display 'gre', 'gif', 'esp' protocols instead 'unknown'.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 27 10:10:19 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Ilya V. Guy <ilya@lisgroup.net>
>Release:        FreeBSD 4.9-RELEASE i386
>Organization:
ISP `Lis'
>Environment:
System: FreeBSD router.lisgroup.net 4.9-RELEASE FreeBSD 4.9-RELEASE #1: Thu Mar 18 14:31:35 EET 2004 root@:/usr/obj/usr/src/sys/Router i386
>Description:
Add display protocols 'gre', 'gif' (ipip), 'esp' in trafshow instead 'unknown'.
	
>How-To-Repeat:
	
>Fix:

--- util.c.orig Fri Apr 23 13:10:20 2004
+++ util.c      Fri Mon 26 13:21:40 2004
@@ -123,6 +123,9 @@
        { "egp",  IPPROTO_EGP  },
        { "ospf", IPPROTO_OSPF },
        { "igmp", IPPROTO_IGMP },
+       { "gre",  IPPROTO_GRE  },
+       { "gif",  IPPROTO_IPIP },
+       { "esp",  IPPROTO_ESP  },
 #ifdef IPPROTO_GGP
        { "ggp",  IPPROTO_GGP  },
 #endif


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



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