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

Commit 5071be29 authored by Will McVicker's avatar Will McVicker Committed by Will Mcvicker
Browse files

ANDROID: GKI: ipv4: increase __IPV4_DEVCONF_MAX to 64



This allows for vendor modifications (up to 41 modifications) to their
built-in netfilters without breaking the ABI or MODVERSIONS.

Change-Id: Ic3a4c1f94ffa0e53105ab890ed75b9e70a670eaf
Bug: 154377500
Signed-off-by: default avatarWill McVicker <willmcvicker@google.com>
parent ec5fb1b7
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -169,7 +169,8 @@ enum
	IPV4_DEVCONF_DROP_UNICAST_IN_L2_MULTICAST,
	IPV4_DEVCONF_DROP_GRATUITOUS_ARP,
	IPV4_DEVCONF_BC_FORWARDING,
	__IPV4_DEVCONF_MAX
	/* Add extra padding for vendor modifications */
	__IPV4_DEVCONF_MAX=64
};

#define IPV4_DEVCONF_MAX (__IPV4_DEVCONF_MAX - 1)