OpenSolaris

Printable Version Enter a New Search
Bug ID 6588386
Synopsis SCTP does not handle "ifconfig down" interface properly
State 10-Fix Delivered (Fix available in build)
Category:Subcategory kernel:tcp-ip
Keywords rtiq_reviewed
Responsible Engineer Kacheong Poon
Reported Against
Duplicate Of
Introduced In solaris_10
Commit to Fix snv_72
Fixed In snv_72
Release Fixed solaris_nevada(snv_72) , solaris_10u5(s10u5_08) (Bug ID:2157072)
Related Bugs 6473179 , 5014658
Submit Date 2-August-2007
Last Update Date 22-January-2008
Description
If an interface of an association is marked
down using ifconfig, all the peer addresses
using that interface's address as source will
be marked unreachable forever if there is no
data traffic using them.  We should instead
periodically check if the source address becomes
available again.  And if heart beat is enabled,
the behavior should be that those peer addresses
should be marked dead since no heart beat can
be sent to those addresses (no source address
to use).
Work Around
N/A
Comments
N/A