Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 03 Feb 2004 20:42:46 +0100
From:      Radim Kolar <hsn@netmag.cz>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/62358: patch: net/p0f - loopback is lo0 not lo
Message-ID:  <E1Ao6Ra-0000hR-5a@asura.bsd>
Resent-Message-ID: <200402041840.i14Ie1Vk041668@freefall.freebsd.org>

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

>Number:         62358
>Category:       ports
>Synopsis:       patch: net/p0f - loopback is lo0 not lo
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 04 10:40:01 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Radim Kolar
>Release:        FreeBSD 5.2-RELEASE i386
>Organization:
Sanatana Dharma
>Environment:
System: FreeBSD asura.bsd 5.2-RELEASE FreeBSD 5.2-RELEASE #1: Wed Jan 28 18:18:58 CET 2004 root@asura.bsd:/usr/src/sys/i386/compile/GENERIC i386
>Description:
add this patch to files/patch-XX
>How-To-Repeat:
>Fix:
--- p0f.c.orig	Mon Oct 13 20:57:21 2003
+++ p0f.c	Tue Feb  3 20:38:03 2004
@@ -1590,7 +1590,7 @@
     if (!use_iface) use_iface=pcap_lookupdev(errbuf);
 #endif /* ^WIN32 */
 
-    if (!use_iface) use_iface = "lo";
+    if (!use_iface) use_iface = "lo0";
 
     /* We do not rely on pcap timeouts - they suck really bad. Of
        course, the documentation sucks, and if you use the timeout
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1Ao6Ra-0000hR-5a>