ANDROID: Repurpose a reserved slot in ipv6_devconf for backports

This patch repurposes a ANDROID_KABI_RESERVE slot used for LTS backports
for feature backports. Slot 4 is repurposed as parts of slot 1 are
already used for accept_ra_min_lft on some branches.

Bug: 315069348
Signed-off-by: Patrick Rohr <prohr@google.com>
Change-Id: I19b9dfc16d891fb6fe48ec4379c6fa3dcb6adf89
This commit is contained in:
Patrick Rohr
2025-04-25 14:45:28 -07:00
committed by Treehugger Robot
parent 33e1555f77
commit 66459e7963

View File

@@ -90,7 +90,7 @@ struct ipv6_devconf {
ANDROID_KABI_RESERVE(1);
ANDROID_KABI_RESERVE(2);
ANDROID_KABI_RESERVE(3);
ANDROID_KABI_RESERVE(4);
ANDROID_KABI_BACKPORT_OK(4);
};
struct ipv6_params {