> > In -current mbufs can be tagged (see m_tag* in sys/mbuf.h); this'll let you > do what you want. I've been slow to MFC them to -stable because there are > some issues with copying packet headers that I want to resolve first. >
I thought about m_ext too. I agree that the m_tag looks better. However, how do you plan to solve this copy of packets ? Moreover, when the lower layer is an IPv4 or IPv6 stack, it would be nice to be able to send back an ICMP Unreachable and/or TTL expired. ;-) Vincent To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-net" in the body of the message