Restore behavior changed with rev. 1.46 and make

IPV6_IPSEC_POLICY always visible again. This unbreaks some
third party user space applications.

PR:		114491
Reported by:	sumikawa
Reviewed by:	sumikawa
Approved by:	re (hrs)
This commit is contained in:
Bjoern A. Zeeb 2007-07-19 09:16:40 +00:00
parent 56696bd1ab
commit 8accf26fea
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=171496

View File

@ -413,7 +413,7 @@ struct route_in6 {
#define IPV6_BINDV6ONLY IPV6_V6ONLY
#endif
#ifdef IPSEC
#if 1 /* IPSEC */
#define IPV6_IPSEC_POLICY 28 /* struct; get/set security policy */
#endif /* IPSEC */