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

Commit ebb36a97 authored by David S. Miller's avatar David S. Miller
Browse files

ipv6: __KERNEL__ ifdef struct ipv6_devconf



Based upon a report by Olaf Hering.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 47112e25
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -123,6 +123,7 @@ struct ipv6hdr {
	struct	in6_addr	daddr;
};

#ifdef __KERNEL__
/*
 * This structure contains configuration options per IPv6 link.
 */
@@ -167,6 +168,7 @@ struct ipv6_devconf {
	__s32		accept_dad;
	void		*sysctl;
};
#endif

/* index values for the variables in ipv6_devconf */
enum {