Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Oct 2005 19:50:02 +0000 (UTC)
From:      Andrew Thompson <thompsa@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/netinet if_ether.c
Message-ID:  <200510041950.j94Jo2r0050348@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
thompsa     2005-10-04 19:50:02 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          if_ether.c 
  Log:
  When bridging is enabled and an ARP request is recieved on a member interface,
  the arp code will search all local interfaces for a match. This triggers a
  kernel log if the bridge has been assigned an address.
  
  arp: ac:de:48:18:83:3d is using my IP address 192.168.0.142!
  
  bridge0: flags=8041<UP,RUNNING,MULTICAST> mtu 1500
          inet 192.168.0.142 netmask 0xffffff00
          ether ac:de:48:18:83:3d
  
  Silence this warning for 6.0 to stop unnecessary bug reports, the code will need
  to be reworked.
  
  Approved by:    mlaier (mentor)
  MFC after:      3 days
  
  Revision  Changes    Path
  1.144     +1 -1      src/sys/netinet/if_ether.c



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