Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- diff -Nuar linux-3.4.2-orig/net/ipv6/mip6.c linux-3.4.2/net/ipv6/mip6.c
- --- linux-3.4.2-orig/net/ipv6/mip6.c 2012-07-17 15:18:30.148777104 +0200
- +++ linux-3.4.2/net/ipv6/mip6.c 2012-07-17 15:21:12.104779113 +0200
- @@ -338,7 +338,7 @@
- .description = "MIP6DESTOPT",
- .owner = THIS_MODULE,
- .proto = IPPROTO_DSTOPTS,
- - .flags = XFRM_TYPE_NON_FRAGMENT | XFRM_TYPE_LOCAL_COADDR,
- + .flags = XFRM_TYPE_LOCAL_COADDR,
- .init_state = mip6_destopt_init_state,
- .destructor = mip6_destopt_destroy,
- .input = mip6_destopt_input,
- @@ -471,7 +471,7 @@
- .description = "MIP6RT",
- .owner = THIS_MODULE,
- .proto = IPPROTO_ROUTING,
- - .flags = XFRM_TYPE_NON_FRAGMENT | XFRM_TYPE_REMOTE_COADDR,
- + .flags = XFRM_TYPE_REMOTE_COADDR,
- .init_state = mip6_rthdr_init_state,
- .destructor = mip6_rthdr_destroy,
- .input = mip6_rthdr_input,
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement