Skip to content

Commit

Permalink
Linuxmodule: Apply skb_linearize() when changing an sk_buff to a Packet.
Browse files Browse the repository at this point in the history
Problem pointed out by Manel Bourguiba, and fix suggested by Bobby
Longpocket.
  • Loading branch information
kohler committed Jan 9, 2011
1 parent d5ad3fa commit ee66e48
Show file tree
Hide file tree
Showing 4 changed files with 400 additions and 421 deletions.
3 changes: 3 additions & 0 deletions config-linuxmodule.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,9 @@
/* Define if you have the skb_dst_drop function. */
#undef HAVE_SKB_DST_DROP

/* Define if you have the skb_linearize function. */
#undef HAVE_SKB_LINEARIZE

/* Define if you have the skb_recycle function. */
#undef HAVE_SKB_RECYCLE

Expand Down

0 comments on commit ee66e48

Please sign in to comment.