Bug 125268

Summary: [patch] FAQ Addendum
Product: Documentation Reporter: Subedar Aftab Jahan <jahan>
Component: Books & ArticlesAssignee: Gabor Pali <pgj>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
books.faq.arp-wrong-iface.patch.diff
none
books.faq.arp-wrong-iface.patch.1.diff none

Description Subedar Aftab Jahan 2008-07-04 20:30:01 UTC
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
Comment 1 Gabor Pali freebsd_committer freebsd_triage 2008-07-04 20:33:54 UTC
Responsible Changed
From-To: freebsd-doc->pgj

Take.
Comment 2 Gabor Pali freebsd_committer freebsd_triage 2008-07-19 08:03:03 UTC
Here is the missing patch for this.
Comment 3 Gabor Pali freebsd_committer freebsd_triage 2008-07-19 08:20:35 UTC
Final version.
Comment 4 dfilter service freebsd_committer freebsd_triage 2008-07-19 08:42:24 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"
Comment 5 Gabor Pali freebsd_committer freebsd_triage 2008-07-19 08:44:08 UTC
State Changed
From-To: open->closed

Committed.  Thanks!