public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Ethernet driver link state propagation to ip stack
@ 2005-01-14 16:42 Jüri Põldre
  2005-01-14 18:54 ` Peter Buckingham
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Jüri Põldre @ 2005-01-14 16:42 UTC (permalink / raw)
  To: linux-kernel

All,

I am experiencing issues with connecting two network adapters to the same
subnet, eg.

eth0 192.168.100.200
eth1 192.168.100.201

The task is to have redundant connections to two different hubs. In case one
link goes down the connection should go through the other. The driver
handles link events with netif_carrier_ok and netif_carrier_on from
linux/netdevice.h. These eventually send messages to networking stack with
netdev_change_state from net/core/dev.c

My question is:  Does the kernel handle  the interface state/routing tables
modifications due to link changing automatically or is there some external
daemon required to do that. Any links are greatly appreciated.


Sincerely,
Jyri Põldre.


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

end of thread, other threads:[~2005-01-17  9:57 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-01-14 16:42 Ethernet driver link state propagation to ip stack Jüri Põldre
2005-01-14 18:54 ` Peter Buckingham
2005-01-15  5:14   ` Paul Jakma
2005-01-14 19:44 ` Ben Greear
2005-01-15 12:10 ` Paul Jakma
2005-01-15 12:17   ` Amir Guindehi
2005-01-17  6:49 ` Stefan Seyfried
2005-01-17 10:03 ` Mark Watts

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