aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/net/xfrm.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/net/xfrm.h b/include/net/xfrm.h
index 7f1630630dc..13488e7ba68 100644
--- a/include/net/xfrm.h
+++ b/include/net/xfrm.h
@@ -546,6 +546,11 @@ u16 xfrm_flowi_sport(struct flowi *fl)
546 case IPPROTO_ICMPV6: 546 case IPPROTO_ICMPV6:
547 port = htons(fl->fl_icmp_type); 547 port = htons(fl->fl_icmp_type);
548 break; 548 break;
549#ifdef CONFIG_IPV6_MIP6
550 case IPPROTO_MH:
551 port = htons(fl->fl_mh_type);
552 break;
553#endif
549 default: 554 default:
550 port = 0; /*XXX*/ 555 port = 0; /*XXX*/
551 } 556 }