Gleb Smirnoff 4cb39345c0 When several carp interfaces are attached to Ethernet interface,
carp_carpdev_state_locked() is called every time carp interface is attached.
The first call backs up flags of the first interface, and the second
call backs up them again, erasing correct values.
  To solve this, a carp_sc_state_locked() function is introduced. It is
called when interface is attached to parent, instead of calling
carp_carpdev_state_locked. carp_carpdev_state_locked() calls
carp_sc_state_locked() for each sc in chain.

Reported by:	Yuriy N. Shkandybin, sem
2005-03-30 11:44:43 +00:00
..
2005-03-26 22:20:22 +00:00
2005-03-01 12:01:17 +00:00
2005-03-01 12:01:17 +00:00
2005-03-16 05:27:19 +00:00
2005-03-01 12:01:17 +00:00
2005-03-29 01:10:46 +00:00
2005-03-01 12:01:17 +00:00
2005-03-01 12:01:17 +00:00
2005-03-01 12:01:17 +00:00