Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3551adf4 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman
Browse files

ANDROID: GKI: fix up crc change in ip.h



Commit 92071a2b ("net: lwtunnel: handle MTU calculation in
forwading") was backported to 5.4.132 and it caused a crc change in
include/net/ip.h due to a new .h file being included.

No real abi change happened here, so just #ifdef the .h file out when
doing the crc check.

Bug: 161946584
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@google.com>
Change-Id: I1bad0458bc0f9130239fc94ca982e800681cd443
parent 374d0209
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -30,7 +30,9 @@
#include <net/flow.h>
#include <net/flow_dissector.h>
#include <net/netns/hash.h>
#ifndef __GENKSYMS__
#include <net/lwtunnel.h>
#endif

#define IPV4_MAX_PMTU		65535U		/* RFC 2675, Section 5.1 */
#define IPV4_MIN_MTU		68			/* RFC 791 */