From: YOSHIFUJI Hideaki <[EMAIL PROTECTED]> Date: Thu, 24 Aug 2006 00:02:39 +0900
> Ignore to report user-space for known mobility headers rejected by > destination options header transformation. > Mobile IPv6 specification (RFC3775) says that mobility header > is used with destination options header carrying home address option > only for binding update message. Other type message cannot be used > and node must drop it silently (and must not send binding error) if > receving such packet. > To achieve it, (1) application should use transformation policy and > wild-card states to catch binding update message prior other packets > (2) kernel doesn't report the reject to user-space not to send > binding error message by application. > This patch is for (2). > Based on MIPL2 kernel patch. > > This patch was also written by: Ville Nuorvala <[EMAIL PROTECTED]> > > Signed-off-by: Masahide NAKAMURA <[EMAIL PROTECTED]> > Signed-off-by: YOSHIFUJI Hideaki <[EMAIL PROTECTED]> Applied to net-2.6.19. > + if (unlikely(fl->proto == IPPROTO_MH && fl->fl_mh_type <= > IP6_MH_TYPE_MAX)) > + goto out; > + It is another long line which can be split up for readability :-) Thank you. - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html