* Stephen Hemminger <[EMAIL PROTECTED]> 2006-08-14 15:37 > On Tue, 15 Aug 2006 00:22:20 +0200 > Thomas Graf <[EMAIL PROTECTED]> wrote: > > Don't you need to pull in order to undo the push that probably > > happened in dev->hard_header()? > > Probably just record the headroom() and undo that?
That wouldn't work if hard_header() ever expands the head. Fortunately hard_header() returns the length added even in case of an error so we can undo the absolute value returned. - 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