Commit 76036b35 authored by Zhengchao Shao's avatar Zhengchao Shao
Browse files

net: fix kabi in struct ipv6_devconf

hulk inclusion
category: bugfix
bugzilla: https://gitee.com/openeuler/kernel/issues/I9K8D1



----------------------------------

fix kabi in struct ipv6_devconf in include/linux/ipv6.h.

Fixes: 1671bcfd ("net: add sysctl accept_ra_min_rtr_lft")
Signed-off-by: default avatarZhengchao Shao <shaozhengchao@huawei.com>
parent fce94e16
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -33,7 +33,6 @@ struct ipv6_devconf {
	__s32		max_addresses;
	__s32		accept_ra_defrtr;
	__s32		accept_ra_min_hop_limit;
	__s32		accept_ra_min_lft;
	__s32		accept_ra_pinfo;
	__s32		ignore_routes_with_linkdown;
#ifdef CONFIG_IPV6_ROUTER_PREF
@@ -80,7 +79,7 @@ struct ipv6_devconf {

	struct ctl_table_header *sysctl_header;

	KABI_RESERVE(1)
	KABI_USE(1, __s32 accept_ra_min_lft)
	KABI_RESERVE(2)
	KABI_RESERVE(3)
	KABI_RESERVE(4)