public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* ARP handling in case of having multiple interfaces on same segment
@ 2001-04-19  0:42 NIIBE Yutaka
  2001-04-19 17:07 ` Christopher Friesen
  0 siblings, 1 reply; 2+ messages in thread
From: NIIBE Yutaka @ 2001-04-19  0:42 UTC (permalink / raw)
  To: linux-kernel

Sometime, we have setting like following (say, in the migration
process of changing IP networks, or perhaps wrong way of load
balancing):

	+----------+
	|eth0 eth1 |
	+----------+
	   |   |
    -------+---+------------

Current implementation of Linux doesn't handle this case.  The problem
is ARP handling.  When ARP broadcast packet comes to the host, both
interfaces receive the packet, and regardless of the device, we reply
to that packet.  I think that we should not reply if the packet is not
related to that interface.  If the ARP request is for eth1's address, 
we should not send reply from eth0.

IIRC, I had fixed this issue six years ago, but now see same thing.
Kind a dejagnu...

How do you think?  For me, this is bug.
-- 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-04-19 17:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-04-19  0:42 ARP handling in case of having multiple interfaces on same segment NIIBE Yutaka
2001-04-19 17:07 ` Christopher Friesen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox