From nobody@FreeBSD.org  Fri Jul  4 19:22:19 2008
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id A63941065681
	for <freebsd-gnats-submit@FreeBSD.org>; Fri,  4 Jul 2008 19:22:19 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 7B4948FC29
	for <freebsd-gnats-submit@FreeBSD.org>; Fri,  4 Jul 2008 19:22:19 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m64JMJm7040201
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 4 Jul 2008 19:22:19 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.2/8.14.1/Submit) id m64JMJJY040200;
	Fri, 4 Jul 2008 19:22:19 GMT
	(envelope-from nobody)
Message-Id: <200807041922.m64JMJJY040200@www.freebsd.org>
Date: Fri, 4 Jul 2008 19:22:19 GMT
From: Subedar Aftab Jahan <jahan@geocities.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: FAQ Addendum
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         125268
>Category:       docs
>Synopsis:       [patch] FAQ Addendum
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pgj
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 04 19:30:01 UTC 2008
>Closed-Date:    Sat Jul 19 07:47:42 UTC 2008
>Last-Modified:  Sat Jul 19 07:50:03 UTC 2008
>Originator:     Subedar Aftab Jahan
>Release:        
>Organization:
>Environment:
>Description:
Kindly add this to FAQ:
Q: Why am I seeing this message ?
192.168.0.10 is on fxp1 but got reply from 00:15:17:67:cf:82 on rl0 are seen from 
A: Because the said packet coming from outside the network
Q:How to prevent from repeating this message ?
A:add this to sysctl.conf
net.link.ether.inet.log_arp_wrong_iface: 0
>How-To-Repeat:

>Fix:


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-doc->pgj 
Responsible-Changed-By: pgj 
Responsible-Changed-When: Fri Jul 4 19:33:54 UTC 2008 
Responsible-Changed-Why:  
Take. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=125268 

From: Gabor PALI <pgj@FreeBSD.org>
To: bug-followup@FreeBSD.org, jahan@geocities.com, 
 Tom Rhodes <trhodes@FreeBSD.org>
Cc:  
Subject: Re: docs/125268: [patch] FAQ Addendum
Date: Sat, 19 Jul 2008 09:03:03 +0200

 This is a multi-part message in MIME format.
 --------------060602030908060608070204
 Content-Type: text/plain; charset=ISO-8859-1
 Content-Transfer-Encoding: 7bit
 
 Here is the missing patch for this.
 
 --------------060602030908060608070204
 Content-Type: text/plain;
  name="books.faq.arp-wrong-iface.patch.diff"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline;
  filename="books.faq.arp-wrong-iface.patch.diff"
 
 Index: book.sgml
 ===================================================================
 RCS file: /home/dcvs/doc/en_US.ISO8859-1/books/faq/book.sgml,v
 retrieving revision 1.1074
 diff -u -u -r1.1074 book.sgml
 --- book.sgml	16 Jul 2008 08:41:15 -0000	1.1074
 +++ book.sgml	19 Jul 2008 07:00:36 -0000
 @@ -8042,6 +8042,21 @@
        </qandaentry>
  
        <qandaentry>
 +	<question id="arp-wrong-iface">
 +	  <para>Why do I keep seeing messages like: <errorname>192.168.0.10 is on
 +	    fxp1 but got reply from 00:15:17:67:cf:82 on rl0</errorname>, and how do I
 +	    disable it?</para>
 +	</question>
 +
 +	<answer>
 +	  <para>Because a packet is coming from outside the network
 +	    unexpectedly.  To disable these messages, set
 +	    <varname>net.link.ether.inet.log_arp_wrong_iface</varname>
 +	    to <literal>0</literal>.</para>
 +	</answer>
 +      </qandaentry>
 +
 +      <qandaentry>
  	<question id="cvsup-missing-libs">
  	  <para>I have just installed <application>CVSup</application> but trying to execute it
              produces errors.  What is wrong?</para>
 
 --------------060602030908060608070204--

From: Gabor PALI <pgj@FreeBSD.org>
To: bug-followup@FreeBSD.org, jahan@geocities.com, 
 Tom Rhodes <trhodes@FreeBSD.org>
Cc:  
Subject: Re: docs/125268: [patch] FAQ Addendum
Date: Sat, 19 Jul 2008 09:20:35 +0200

 This is a multi-part message in MIME format.
 --------------010304080408070708020609
 Content-Type: text/plain; charset=ISO-8859-1
 Content-Transfer-Encoding: 7bit
 
 Final version.
 
 
 --------------010304080408070708020609
 Content-Type: text/plain;
  name="books.faq.arp-wrong-iface.patch.1.diff"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline;
  filename="books.faq.arp-wrong-iface.patch.1.diff"
 
 Index: book.sgml
 ===================================================================
 RCS file: /home/dcvs/doc/en_US.ISO8859-1/books/faq/book.sgml,v
 retrieving revision 1.1074
 diff -u -u -r1.1074 book.sgml
 --- book.sgml	16 Jul 2008 08:41:15 -0000	1.1074
 +++ book.sgml	19 Jul 2008 07:17:46 -0000
 @@ -8042,6 +8042,21 @@
        </qandaentry>
  
        <qandaentry>
 +	<question id="arp-wrong-iface">
 +	  <para>Why do I keep seeing messages like: <errorname>192.168.0.10 is on
 +	    fxp1 but got reply from 00:15:17:67:cf:82 on rl0</errorname>, and how do I
 +	    disable it?</para>
 +	</question>
 +
 +	<answer>
 +	  <para>Because a packet is coming from outside the network
 +	    unexpectedly.  To disable them, set
 +	    <varname>net.link.ether.inet.log_arp_wrong_iface</varname>
 +	    to <literal>0</literal>.</para>
 +	</answer>
 +      </qandaentry>
 +
 +      <qandaentry>
  	<question id="cvsup-missing-libs">
  	  <para>I have just installed <application>CVSup</application> but trying to execute it
              produces errors.  What is wrong?</para>
 
 --------------010304080408070708020609--
State-Changed-From-To: open->closed 
State-Changed-By: pgj 
State-Changed-When: Sat Jul 19 07:44:08 UTC 2008 
State-Changed-Why:  
Committed.  Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=125268 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/125268: commit references a PR
Date: Sat, 19 Jul 2008 07:42:24 +0000 (UTC)

 pgj         2008-07-19 07:42:11 UTC
 
   FreeBSD doc repository
 
   Modified files:
     en_US.ISO8859-1/books/faq book.sgml 
   Log:
   - Add a new entry on packets coming from outside the network to the FAQ
   
   PR:             docs/125268
   Submitted by:   Subedar Aftab Jahan <jahan (at) geocities (dot) com>
   Reviewed by:    trhodes
   Approved by:    trhodes
   
   Revision  Changes    Path
   1.1075    +15 -0     doc/en_US.ISO8859-1/books/faq/book.sgml
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
