svn commit: r215366 - stable/7/sys/netipsec

Bjoern A. Zeeb bz at FreeBSD.org
Tue Nov 16 03:20:57 UTC 2010


Author: bz
Date: Tue Nov 16 03:20:57 2010
New Revision: 215366
URL: http://svn.freebsd.org/changeset/base/215366

Log:
  MFC r214565:
  
    Announce IPsec if available for feature_present(3) checks.

Modified:
  stable/7/sys/netipsec/ipsec.c
Directory Properties:
  stable/7/sys/   (props changed)
  stable/7/sys/cddl/contrib/opensolaris/   (props changed)
  stable/7/sys/contrib/dev/acpica/   (props changed)
  stable/7/sys/contrib/pf/   (props changed)

Modified: stable/7/sys/netipsec/ipsec.c
==============================================================================
--- stable/7/sys/netipsec/ipsec.c	Tue Nov 16 02:01:12 2010	(r215365)
+++ stable/7/sys/netipsec/ipsec.c	Tue Nov 16 03:20:57 2010	(r215366)
@@ -122,6 +122,8 @@ int ip4_esp_randpad = -1;
  */
 int	crypto_support = CRYPTOCAP_F_HARDWARE | CRYPTOCAP_F_SOFTWARE;
 
+FEATURE(ipsec, "Internet Protocol Security (IPsec)");
+
 SYSCTL_DECL(_net_inet_ipsec);
 
 /* net.inet.ipsec */


More information about the svn-src-all mailing list