|
@@ -58,16 +58,7 @@ static int xfrm6_ro_output(struct xfrm_state *x, struct sk_buff *skb)
|
|
return 0;
|
|
return 0;
|
|
}
|
|
}
|
|
|
|
|
|
-/*
|
|
|
|
- * Do nothing about routing optimization header unlike IPsec.
|
|
|
|
- */
|
|
|
|
-static int xfrm6_ro_input(struct xfrm_state *x, struct sk_buff *skb)
|
|
|
|
-{
|
|
|
|
- return 0;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
static struct xfrm_mode xfrm6_ro_mode = {
|
|
static struct xfrm_mode xfrm6_ro_mode = {
|
|
- .input = xfrm6_ro_input,
|
|
|
|
.output = xfrm6_ro_output,
|
|
.output = xfrm6_ro_output,
|
|
.owner = THIS_MODULE,
|
|
.owner = THIS_MODULE,
|
|
.encap = XFRM_MODE_ROUTEOPTIMIZATION,
|
|
.encap = XFRM_MODE_ROUTEOPTIMIZATION,
|