diff --git a/net/core/dev.c b/net/core/dev.c index a4306f7e4d0962b31cfc61ad32c04958ea43ec0b..b668a3d9a18940a4831946d38d0dbf317c4ef253 100644 --- a/net/core/dev.c +++ b/net/core/dev.c @@ -2608,6 +2608,8 @@ void __skb_get_rxhash(struct sk_buff *skb) } } break; + case IPPROTO_IPIP: + goto again; default: break; }