Advertisement
wakoond

Kernel patch to fix HAO and ROUTE2 message corruption

Jul 17th, 2012
397
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.84 KB | None | 0 0
  1. diff -Nuar linux-3.4.2-orig/net/ipv6/mip6.c linux-3.4.2/net/ipv6/mip6.c
  2. --- linux-3.4.2-orig/net/ipv6/mip6.c    2012-07-17 15:18:30.148777104 +0200
  3. +++ linux-3.4.2/net/ipv6/mip6.c 2012-07-17 15:21:12.104779113 +0200
  4. @@ -338,7 +338,7 @@
  5.     .description    = "MIP6DESTOPT",
  6.     .owner      = THIS_MODULE,
  7.     .proto          = IPPROTO_DSTOPTS,
  8. -   .flags      = XFRM_TYPE_NON_FRAGMENT | XFRM_TYPE_LOCAL_COADDR,
  9. +   .flags      = XFRM_TYPE_LOCAL_COADDR,
  10.     .init_state = mip6_destopt_init_state,
  11.     .destructor = mip6_destopt_destroy,
  12.     .input      = mip6_destopt_input,
  13. @@ -471,7 +471,7 @@
  14.     .description    = "MIP6RT",
  15.     .owner      = THIS_MODULE,
  16.     .proto          = IPPROTO_ROUTING,
  17. -   .flags      = XFRM_TYPE_NON_FRAGMENT | XFRM_TYPE_REMOTE_COADDR,
  18. +   .flags      = XFRM_TYPE_REMOTE_COADDR,
  19.     .init_state = mip6_rthdr_init_state,
  20.     .destructor = mip6_rthdr_destroy,
  21.     .input      = mip6_rthdr_input,
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement