* Jamal Hadi Salim <[EMAIL PROTECTED]> 2005-07-23 09:32 > @@ -205,7 +205,6 @@ struct sk_buff { > struct sock *sk; > struct timeval stamp; > struct net_device *dev; > - struct net_device *input_dev; > struct net_device *real_dev; > > union { > @@ -231,7 +230,7 @@ struct sk_buff { > > struct dst_entry *dst; > struct sec_path *sp; > - > + int input_dev; > /* > * This is the control buffer. It is free to use for every > * layer. Please put your private variables there. If you
I think we should head for a 16bit ifindex at some point or is there any reason why 65K interfaces wouldn't be sufficient? We waste one bit at the moment to have simpler error handling for all the functions returning indices. - 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