From: Vlad Yasevich Date: Thu, 20 Dec 2007 22:12:59 +0000 (-0800) Subject: [SCTP]: Implement ADD-IP special case processing for ABORT chunk X-Git-Tag: v2.6.25-rc1~1162^2~973 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=75205f478331cc64ce729ea72d3c8c1837fb59cb;p=pandora-kernel.git [SCTP]: Implement ADD-IP special case processing for ABORT chunk ADD-IP spec has a special case for processing ABORTs: F4) ... One special consideration is that ABORT Chunks arriving destined to the IP address being deleted MUST be ignored (see Section 5.3.1 for further details). Check if the address we received on is in the DEL state, and if so, ignore the ABORT. Signed-off-by: Vlad Yasevich Signed-off-by: David S. Miller --- Reading git-diff-tree failed